|
|
@@ -504,22 +504,22 @@
|
|
|
})
|
|
|
return
|
|
|
}
|
|
|
- if (!this.form.front) {
|
|
|
- uni.showToast({
|
|
|
- title: '请上传身份证正面',
|
|
|
- icon: 'none',
|
|
|
- duration: 1000
|
|
|
- })
|
|
|
- return;
|
|
|
- }
|
|
|
- if (!this.form.back) {
|
|
|
- uni.showToast({
|
|
|
- title: '请上传身份证反面',
|
|
|
- icon: 'none',
|
|
|
- duration: 1000
|
|
|
- })
|
|
|
- return;
|
|
|
- }
|
|
|
+ // if (!this.form.front) {
|
|
|
+ // uni.showToast({
|
|
|
+ // title: '请上传身份证正面',
|
|
|
+ // icon: 'none',
|
|
|
+ // duration: 1000
|
|
|
+ // })
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
+ // if (!this.form.back) {
|
|
|
+ // uni.showToast({
|
|
|
+ // title: '请上传身份证反面',
|
|
|
+ // icon: 'none',
|
|
|
+ // duration: 1000
|
|
|
+ // })
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
if (!this.form.headImg) {
|
|
|
uni.showToast({
|
|
|
title: '请上传头像',
|
|
|
@@ -528,14 +528,14 @@
|
|
|
})
|
|
|
return;
|
|
|
}
|
|
|
- if (!this.form.certificateImg) {
|
|
|
- uni.showToast({
|
|
|
- title: '请上传资质证书',
|
|
|
- icon: 'none',
|
|
|
- duration: 1000
|
|
|
- })
|
|
|
- return;
|
|
|
- }
|
|
|
+ // if (!this.form.certificateImg) {
|
|
|
+ // uni.showToast({
|
|
|
+ // title: '请上传资质证书',
|
|
|
+ // icon: 'none',
|
|
|
+ // duration: 1000
|
|
|
+ // })
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
if (!this.form.infantImg) {
|
|
|
uni.showToast({
|
|
|
title: '请上传生活照',
|