首页跳转充值修改,充值界面增加开通功能

This commit is contained in:
GaoHao
2024-08-08 16:02:54 +08:00
parent f7cea2ceb7
commit d82bd93033
3 changed files with 154 additions and 11 deletions

View File

@@ -41,7 +41,8 @@
this.switchdata = false
uni.cache.set('userInfo', resdata .data);
uni.pro.redirectTo('/pages/member/index', {
shopId: uni.cache.get('shopUser')
shopId: this.shopId,
type: 'index'
})
}