From c7297d2025ed8954ca0cdf0fe8b7a6a03ee93c14 Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 21 Mar 2019 17:40:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B8=B8=E6=88=8F=E7=95=8C=E9=9D=A2=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E6=A0=8F=E9=A2=9C=E8=89=B2=E6=94=B9=E4=B8=BA=E9=BB=91?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.wpy | 2 +- src/pages/game.wpy | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/src/app.wpy b/src/app.wpy index 60da0d0..291694a 100644 --- a/src/app.wpy +++ b/src/app.wpy @@ -56,7 +56,7 @@ export default class extends wepy.app { super(); this.use('requestfix'); this.use('promisify'); - (g.env === 'test') && hookConsoleLog(); + // (g.env === 'test') && hookConsoleLog(); sdkManage.init(); sdkManage.Login(() => { let account = wepy.getStorageSync('account'); diff --git a/src/pages/game.wpy b/src/pages/game.wpy index 2ab5e38..32866a3 100644 --- a/src/pages/game.wpy +++ b/src/pages/game.wpy @@ -1,4 +1,7 @@