产品页面, 促销开通增加提示文字
This commit is contained in:
parent
0f6698d6b9
commit
f0ecb84319
@ -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>
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user