绿满眶商城微信小程序-uniapp
zxl
2025-10-27 7ae4e27a487e282b60dc65d7836d1bcd86e7a464
pages/passport/wechatMPLogin.vue
@@ -95,7 +95,9 @@
         uni.showShareMenu({
            withShareTicket: true
         });
      //设置登录弹窗为开启
      storage.setPopupShow(true);
      console.log(storage.getPopupShow())
      //获取code
      uni.login({
@@ -134,8 +136,8 @@
            whetherNavigate("wx");
         },
         backToHome() {
            uni.switchTab({
               url: `/pages/tabbar/home/index`,
            uni.redirectTo({
               url: `/pages/tabbar/index/home`,
            });
         },
         
@@ -245,7 +247,6 @@
             image,
             nickName,
           }).then((res) => {
              console.log(res)
            //登录成功修改用户的昵称
             storage.setAccessToken(res.data.result.accessToken);
             storage.setRefreshToken(res.data.result.refreshToken);