Compare commits

...

2 Commits

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 = {