申请合作技师:增加资质必传验证

This commit is contained in:
1378012178@qq.com 2025-02-11 17:10:43 +08:00
parent a3042d40d0
commit b2c581826e
1 changed files with 6 additions and 3 deletions

View File

@ -288,14 +288,17 @@
return;
}
if (this.front == '') {
this.$queue.showToast('请上身份证正面')
this.$queue.showToast('请上身份证正面')
return;
}
if (this.back == '') {
this.$queue.showToast('请上身份证反面')
this.$queue.showToast('请上传身份证反面')
return;
}
if(!this.certification || this.certification.length == 0){
this.$queue.showToast('请上传资质证书')
return;
}
this.certification = this.certification.toString();
let userId = this.$queue.getData('userId');
let data = {