绿满眶商城微信小程序-uniapp
zxl
2025-10-27 b1fd37e9f5ba5d3d7e35300ee97dff90a4065619
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`,
            });
         },