From 118554be68d3879d841ee07d8b02e4aeeb2eaed5 Mon Sep 17 00:00:00 2001 From: jiazhipeng Date: Tue, 8 Jul 2025 14:53:51 +0800 Subject: [PATCH] 1 --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 5cf47f2..d1c771c 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.isTest126? true : false; + data.isTest = data.isTest127? true : false; data.indexSeason = null this.globalData.configJson = data }).then(() => {