From 0826ec798e97cb86807aabf1d8ddccc2fa38a0ea Mon Sep 17 00:00:00 2001 From: nige Date: Mon, 14 Aug 2023 15:33:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E7=89=88=E6=9C=AC?= 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 18597dd..c0b4cf3 100644 --- a/app.js +++ b/app.js @@ -21,7 +21,7 @@ App({ unique_key: "wechatxcx" }).then(res => { let data = JSON.parse(res.data); - data.isTest = data.isTest88? true : false; + data.isTest = data.isTest89? true : false; this.globalData.configJson = data }).then(() => { // 获取ui配置文件