king
2023-02-09 4453a9e63e8e176c70c432b03fd4ba3ebf00a04c
src/tabviews/custom/components/carousel/data-card/index.jsx
@@ -194,7 +194,7 @@
    this.timer && this.timer.stop()
  }
  openModal = () => {
  openModal = (ErrCode) => {
    const { config, data } = this.state
    
    if (config.wrap.display !== 'modal' || !data || data.length === 0) return
@@ -208,6 +208,10 @@
      localStorage.setItem(code, data[0].$$uuid + data.length)
      Api.getAppVersion(true)
      if (ErrCode === '-1') {
        return
      }
    }
    setTimeout(() => {
@@ -314,7 +318,7 @@
        }),
        loading: false
      }, () => {
        this.openModal()
        this.openModal(result.ErrCode)
      })
    } else {
      this.setState({