From 25ee0fc249a081bb7bc4b485708c3e1afd3b07d1 Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期四, 18 九月 2025 14:13:17 +0800 Subject: [PATCH] 商品兑换卷调整以及绑定电话号码调整 --- pages/passport/wechatMPLogin.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/passport/wechatMPLogin.vue b/pages/passport/wechatMPLogin.vue index f833167..f42635d 100644 --- a/pages/passport/wechatMPLogin.vue +++ b/pages/passport/wechatMPLogin.vue @@ -134,8 +134,8 @@ whetherNavigate("wx"); }, backToHome() { - uni.switchTab({ - url: `/pages/tabbar/home/index`, + uni.redirectTo({ + url: `/pages/tabbar/index/home`, }); }, @@ -245,7 +245,6 @@ image, nickName, }).then((res) => { - console.log(res) //鐧诲綍鎴愬姛淇敼鐢ㄦ埛鐨勬樀绉� storage.setAccessToken(res.data.result.accessToken); storage.setRefreshToken(res.data.result.refreshToken); -- Gitblit v1.8.0