From 47e6955052aec1a38fd274ebf006b0aad6d57f7a Mon Sep 17 00:00:00 2001 From: luobz Date: Thu, 14 Jun 2018 09:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=A8=E9=A1=B5=E9=9D=A2=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 1 - app.json | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index bb735f7..cbc6508 100644 --- a/app.js +++ b/app.js @@ -18,7 +18,6 @@ App({ this.getSessionKey(code); } }) - wx.getpho this.gw.systemInfo = wx.getSystemInfoSync(); }, getSessionKey: function (code) { diff --git a/app.json b/app.json index a02fda2..f15cc3d 100644 --- a/app.json +++ b/app.json @@ -4,12 +4,15 @@ "pages/mall/mall", "pages/jz/jz", "pages/logs/logs", + "pages/message/message", "pages/activity_detail/activity_detail", + "pages/activity_list/activity_list", "pages/detail/detail", "pages/create_order/create_order", "pages/mcenter/mcenter", "pages/order/order", "pages/pay/pay", + "pages/pay_result/pay_result", "pages/mypage/mypage", "pages/remark/remark", "pages/addr/addr",