|
|
@ -191,14 +191,14 @@ |
|
|
|
// uni.setStorageSync(obj2) |
|
|
|
}, |
|
|
|
async goNext() { |
|
|
|
// return this.$goPage('/pages/indexEntry/enroll/registInfo/registInfo') |
|
|
|
// if(!this.form.value) return this.$u.toast('请选择证件类型') |
|
|
|
// this.$goPage('/pages/indexEntry/enroll/signContract/signContract?schoolId='+this.vuex_userInfo.schoolId) |
|
|
|
// return |
|
|
|
// 去签约 |
|
|
|
if(this.vuex_userInfo.applyStep==3) { |
|
|
|
return this.$goPage('/pages/indexEntry/enroll/signContract/signContract') |
|
|
|
} |
|
|
|
// if(this.vuex_userInfo.applyStep==3) { |
|
|
|
// return this.$goPage('/pages/indexEntry/enroll/signContract/signContract') |
|
|
|
// } |
|
|
|
// return this.$goPage('/pages/indexEntry/enroll/registInfo/registInfo') |
|
|
|
// 去填表 |
|
|
|
if(this.vuex_userInfo.applyStep==2) { |
|
|
|
if(this.title=='学员信息') { |
|
|
@ -208,8 +208,11 @@ |
|
|
|
return this.$goPage('/pages/indexEntry/enroll/registInfo/registInfo') |
|
|
|
} |
|
|
|
// 去支付 |
|
|
|
if(this.vuex_userInfo.applyStep==4||this.vuex_userInfo.applyStep==5) { |
|
|
|
return this.$goPage('/pages/indexEntry/enroll/payment/payment') |
|
|
|
// if(this.vuex_userInfo.applyStep==4||this.vuex_userInfo.applyStep==5) { |
|
|
|
// return this.$goPage('/pages/indexEntry/enroll/payment/payment') |
|
|
|
// } |
|
|
|
if(this.vuex_userInfo.applyStep>1&&this.vuex_userInfo.applyStep<5) { |
|
|
|
return this.$goPage('/pages/indexEntry/enroll/registInfo/registInfo') |
|
|
|
} |
|
|
|
// 不是身份证 |
|
|
|
if(this.form.value!=1) { |
|
|
|