king
2021-11-02 2f952c67cb4eddd4ad916a8418b3aee4cae82111
src/tabviews/custom/components/card/balcony/index.jsx
@@ -251,7 +251,7 @@
    if (syncConfig) {
      if (!syncConfig.setting.supModule || syncConfig.setting.supModule !== MenuID) return
  
      if (id !== this.state.BID) {
      if (id !== this.state.BID || id !== '') {
        this.setState({ BID: id, BData: data }, () => {
          this.loadData()
        })
@@ -263,7 +263,7 @@
        this.setState({ show: id ? true : false })
      }
  
      if (id !== this.state.BID) {
      if (id !== this.state.BID || id !== '') {
        this.setState({ BID: id, BData: data }, () => {
          this.loadData()
        })