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