From 613a4cb1255d27c78ec36b3a6d5905f09a1ae90d Mon Sep 17 00:00:00 2001 From: chenkainan Date: Sat, 6 Aug 2022 15:20:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=92=AD=E6=8F=92=E4=BB=B6=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- app.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index aff7f56..01c4712 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.isTest30?true:false; + data.isTest = data.isTest31?true:false; this.globalData.configJson = data }) diff --git a/app.json b/app.json index b4201fa..79c9fa4 100644 --- a/app.json +++ b/app.json @@ -183,7 +183,7 @@ ], "plugins": { "live-player-plugin": { - "version": "1.3.0", + "version": "1.3.5", "provider": "wx2b03c6e691cd7370" } },