src/tabviews/custom/index.jsx
@@ -1383,7 +1383,11 @@ this.setState({loading: true, loadingview: false}) if (config.$cache && config.$time) { Api.getLCacheConfig(params[0].uuid || params[0].id, config.$time, BID).then(res => { let uuid = params[0].uuid || '' if (params[0].id) { uuid = window.GLOB.CacheData.get('first_' + params[0].id) || '' } Api.getLCacheConfig(uuid, config.$time, BID).then(res => { if (!res.valid) { this.getMainData(param, params, config.MenuID) } else {