申请合作技师:增加资质必传验证
This commit is contained in:
parent
a3042d40d0
commit
b2c581826e
|
@ -288,14 +288,17 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (this.front == '') {
|
if (this.front == '') {
|
||||||
this.$queue.showToast('请上身份证正面')
|
this.$queue.showToast('请上传身份证正面')
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (this.back == '') {
|
if (this.back == '') {
|
||||||
this.$queue.showToast('请上身份证反面')
|
this.$queue.showToast('请上传身份证反面')
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
if(!this.certification || this.certification.length == 0){
|
||||||
|
this.$queue.showToast('请上传资质证书')
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
this.certification = this.certification.toString();
|
this.certification = this.certification.toString();
|
||||||
let userId = this.$queue.getData('userId');
|
let userId = this.$queue.getData('userId');
|
||||||
let data = {
|
let data = {
|
||||||
|
|
Loading…
Reference in New Issue