From f0ecb843191b08e5019ea43322dd1cbaf18eb915 Mon Sep 17 00:00:00 2001 From: zhl Date: Fri, 22 Mar 2019 11:49:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E9=A1=B5=E9=9D=A2,=20?= =?UTF-8?q?=E4=BF=83=E9=94=80=E5=BC=80=E9=80=9A=E5=A2=9E=E5=8A=A0=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/z-action-sheet.wpy | 2 +- src/pages/login.wpy | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/z-action-sheet.wpy b/src/components/z-action-sheet.wpy index 5570392..6411e49 100644 --- a/src/components/z-action-sheet.wpy +++ b/src/components/z-action-sheet.wpy @@ -59,7 +59,7 @@ path="/pages/product?{{config.params}}" extra-data="" version="{{config.payVer}}" - >促销开通 + >促销开通(购买产品后自动开通游戏) 取消 diff --git a/src/pages/login.wpy b/src/pages/login.wpy index 38905b1..cce0465 100644 --- a/src/pages/login.wpy +++ b/src/pages/login.wpy @@ -45,7 +45,6 @@ bindGetUserInfo: async function(e) { let self = this if (e.detail.userInfo) { - this.jcLog(e.detail); wepy.setStorageSync('userInfo', JSON.stringify(e.detail.userInfo)); self.$parent.updateGlobalData('userInfo', e.detail.userInfo); await self.$parent.updateUserInfo(e.detail);