소스 검색

登录判断增加状态

yangzj 2 년 전
부모
커밋
dddb31ed45
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      h5_web/pages/phoneLogin/phoneLogin.vue

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

@@ -146,7 +146,7 @@
 				this.$u.api.getmemberinfo().then(res => {
 					if (res.code === 200) {
 						this.$u.vuex('vuex_user', res.data);
-						if (res.data.auditStatus === 1 || res.data.auditStatus === 3) {
+						if (res.data.auditStatus === 1 || res.data.auditStatus === 3 || res.data.auditStatus === 9) {
 							uni.redirectTo({
 								url: '/pages/applyEducationCode/applyEducationCode'
 							})