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