qingyiay
2023-07-07 837c21ced9ed0aafe17a7c0c16975a1b6731eb9d
pages/login/login.vue
@@ -121,7 +121,6 @@
               apiLoginWx({ code: code }).then(res => {
                  if (res.code != 1) {
                     this.$u.toast('登录成功');
                     this.changeisLogin(true);
                     // 登陆成功,存储相关信息
                     setToken(res.access_token);
                     setRefreshToken(res.refresh_token);
@@ -136,7 +135,7 @@
                        this.$nextTick(() => {
                           redirectHome();
                        });
                     });
                     })
                  } else {
                     this.$u.toast(res.msg);
                     this.bindWxModelShow = true;