From bcc4745eb3052afadd7d709746d54a38651979ff Mon Sep 17 00:00:00 2001 From: chenkainan Date: Fri, 30 Jan 2026 10:26:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index b2f96c6..437ccd0 100644 --- a/app.js +++ b/app.js @@ -39,7 +39,7 @@ App({ // 获取前端配置文件 commonApi._post("pbservice/Other/getClientConfig", {unique_key: "wechatxcx"}).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest160? true : false; + data.isTest = data.isTest162? true : false; data.indexSeason = null this.globalData.configJson = data }).then(() => {