Compare commits
2 Commits
f2177b7d7a
...
3858c885b6
| Author | SHA1 | Date |
|---|---|---|
|
|
3858c885b6 | |
|
|
b2c581826e |
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue