Compare commits
No commits in common. "3858c885b63c834ebae5a9470c619b17618eaa60" and "f2177b7d7aadbbc141a8fbf01172686f31a68b37" have entirely different histories.
3858c885b6
...
f2177b7d7a
|
|
@ -288,17 +288,14 @@
|
||||||
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