From 1a1a3eb33c742ad06f1a5285432bd17e6e3f134d Mon Sep 17 00:00:00 2001 From: chenkainan Date: Fri, 12 Aug 2022 13:34:05 +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 50ebb63..8cf9030 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.isTest34?true:false; + data.isTest = data.isTest36?true:false; this.globalData.configJson = data })