king
2024-11-13 26b0ef43fada54e4b06d835630afa02895014ad6
src/tabviews/custom/components/card/balcony/index.jsx
@@ -331,7 +331,9 @@
  
      if (id !== this.state.BID || id !== '') {
        this.setState({ BID: id, BData: data }, () => {
          this.loadData()
          if (config.wrap.datatype !== 'public') {
            this.loadData()
          }
        })
      }
    }