产品页面, 促销开通增加提示文字

This commit is contained in:
zhl 2019-03-22 11:49:36 +08:00
parent 0f6698d6b9
commit f0ecb84319
2 changed files with 1 additions and 2 deletions

View File

@ -59,7 +59,7 @@
path="/pages/product?{{config.params}}"
extra-data=""
version="{{config.payVer}}"
>促销开通</navigator>
>促销开通(购买产品后自动开通游戏)</navigator>
<view class="one-line bottom-line" @tap="cancelTap">取消</view>
</view>

View File

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