Browse Source

登录不能跳转问题

空白格 2 years ago
parent
commit
f8b54930d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      h5_web/pages/phoneLogin/phoneLogin.vue

+ 1 - 1
h5_web/pages/phoneLogin/phoneLogin.vue

@@ -133,7 +133,7 @@
 							console.log('登录信息:', res);
 							this.$u.vuex('vuex_user', res.data);
 							this.$u.vuex('vuex_hasLogin', true);
-							// this.wechatLogin()
+							this.veteEducCheck()
 						} else {
 							this.toastMsg = res.msg;
 							this.showToast();