king
2023-02-09 69905117d0252701c4227c4c37a2403cd8999ecc
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({