yangzj 2 лет назад
Родитель
Сommit
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'
 							})