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" } },