src/tabviews/custom/components/carousel/prop-card/index.jsx
@@ -198,7 +198,7 @@ } } openModal = () => { openModal = (ErrCode) => { const { config, data } = this.state let code = config.wrap.code || ('modal' + config.uuid) @@ -210,6 +210,10 @@ localStorage.setItem(code, data.$$uuid || 'true') Api.getAppVersion(true) if (ErrCode === '-1') { return } } setTimeout(() => { @@ -335,7 +339,7 @@ loading: false }, () => { if (config.wrap.display === 'modal') { this.openModal() this.openModal(result.ErrCode) } }) } else {