diff --git a/app.js b/app.js index ccb16dc..c7f1316 100644 --- a/app.js +++ b/app.js @@ -38,7 +38,7 @@ App({ // 获取前端配置文件 commonApi._post("pbservice/Other/getClientConfig", {unique_key: "wechatxcx"}).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest155? true : false; + data.isTest = data.isTest156? true : false; data.indexSeason = null this.globalData.configJson = data }).then(() => {