产品页面, 促销开通增加提示文字
This commit is contained in:
parent
0f6698d6b9
commit
f0ecb84319
@ -59,7 +59,7 @@
|
|||||||
path="/pages/product?{{config.params}}"
|
path="/pages/product?{{config.params}}"
|
||||||
extra-data=""
|
extra-data=""
|
||||||
version="{{config.payVer}}"
|
version="{{config.payVer}}"
|
||||||
>促销开通</navigator>
|
>促销开通(购买产品后自动开通游戏)</navigator>
|
||||||
|
|
||||||
<view class="one-line bottom-line" @tap="cancelTap">取消</view>
|
<view class="one-line bottom-line" @tap="cancelTap">取消</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -45,7 +45,6 @@
|
|||||||
bindGetUserInfo: async function(e) {
|
bindGetUserInfo: async function(e) {
|
||||||
let self = this
|
let self = this
|
||||||
if (e.detail.userInfo) {
|
if (e.detail.userInfo) {
|
||||||
this.jcLog(e.detail);
|
|
||||||
wepy.setStorageSync('userInfo', JSON.stringify(e.detail.userInfo));
|
wepy.setStorageSync('userInfo', JSON.stringify(e.detail.userInfo));
|
||||||
self.$parent.updateGlobalData('userInfo', e.detail.userInfo);
|
self.$parent.updateGlobalData('userInfo', e.detail.userInfo);
|
||||||
await self.$parent.updateUserInfo(e.detail);
|
await self.$parent.updateUserInfo(e.detail);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user