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);