浏览代码

登录不能跳转问题

空白格 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();