From 8485f01584fb686ca5fa79971df83e2ebc3fd900 Mon Sep 17 00:00:00 2001 From: chenkainan Date: Mon, 14 Nov 2022 16:56:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E4=BF=AE=E6=94=B9?= 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 cc29b65..ea58fb9 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.isTest44?true:false; + data.isTest = data.isTest45?true:false; this.globalData.configJson = data })