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'
 							})