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