From d1f36bac6a903828e9d3101d59ed92f0554c78ed Mon Sep 17 00:00:00 2001 From: chenkainan Date: Mon, 19 Sep 2022 17:13:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= 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 f259ff8..cb6df27 100644 --- a/app.js +++ b/app.js @@ -22,7 +22,7 @@ App({ unique_key: "wechatxcx" }).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest38?true:false; + data.isTest = data.isTest39?true:false; this.globalData.configJson = data })