6
0
Fork 0

扫小程序码进入会员卡购买页

develop
Jing Li 2023-10-31 12:48:50 +08:00
parent ec2a4cc4c9
commit 4d933dee3b
2 changed files with 7 additions and 1 deletions

View File

@ -106,7 +106,7 @@ export default {
return this.$u.timeFormat(this.user.vip_expired, 'yyyy-mm-dd');
},
},
onLoad() {
onShow() {
this.getDate();
},
methods: {

View File

@ -50,6 +50,12 @@
url: `/pageB/select_product/search?mid=${mid}&cid=${id}`
});
}
//
else if (scene.vip) {
uni.reLaunch({
url: `/pageB/svip/index`
});
}
//
else {
uni.switchTab({