完单处的实名跟绑卡校验调换顺序
This commit is contained in:
parent
eb49ba4014
commit
9b282f75d7
|
|
@ -859,12 +859,12 @@
|
|||
// 查询实名信息
|
||||
let certifyInfoRes = await this.$request.getWorkerCertify();
|
||||
this.certifyInfo = certifyInfoRes.data;
|
||||
if (!this.bankCard || !this.bankCard.bankNum) {
|
||||
this.$refs.vertifyBankBind.showModal();
|
||||
return false;
|
||||
} else if (!this.certifyInfo || !this.certifyInfo.workerCertificationId) {
|
||||
if (!this.certifyInfo || !this.certifyInfo.workerCertificationId) {
|
||||
this.$refs.vertifyCertify.showModal();
|
||||
return false;
|
||||
} else if (!this.bankCard || !this.bankCard.bankNum) {
|
||||
this.$refs.vertifyBankBind.showModal();
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue