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`, }); },