修改商城和充费跳转

This commit is contained in:
2024-08-14 09:07:37 +08:00
parent 0b568a81e5
commit c266572022
5 changed files with 6 additions and 69 deletions

View File

@@ -54,6 +54,11 @@ Page({
},
jumpToRecharge() {
const { user } = this.data;
if (!user || !user?.id) {
alertInfo("请先登录")
return;
}
wx.navigateTo({
url: '/pages/recharge/index',
})

View File

@@ -2,6 +2,7 @@
"usingComponents": {
"custom-status-bar": "/components/customStatusBar/index",
"van-icon": "@vant/weapp/icon/index",
"van-button": "@vant/weapp/button/index",
"van-image": "@vant/weapp/image/index",
"avatar": "/components/avatar/index",
"van-field": "@vant/weapp/field/index",