From 27663c1a7fa6ebc14f0dbb531c682371bfca9212 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Fri, 16 Sep 2022 12:00:11 +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 8cf9030..f259ff8 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.isTest36?true:false; + data.isTest = data.isTest38?true:false; this.globalData.configJson = data })