소스 검색

登录不能跳转问题

空白格 2 년 전
부모
커밋
f8b54930d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();