|
|
@ -73,18 +73,18 @@ export default { |
|
|
|
}, |
|
|
|
nowAuth() { |
|
|
|
|
|
|
|
// if(!this.certifiedIndividual.imageReverseSide){ |
|
|
|
// return uni.showToast({ |
|
|
|
// title: '请上传身份证背面', |
|
|
|
// icon: 'none' |
|
|
|
// }) |
|
|
|
// } |
|
|
|
// if(!this.certifiedIndividual.imageStraight){ |
|
|
|
// return uni.showToast({ |
|
|
|
// title: '请上传身份证正面', |
|
|
|
// icon: 'none' |
|
|
|
// }) |
|
|
|
// } |
|
|
|
if(!this.certifiedIndividual.imageReverseSide){ |
|
|
|
return uni.showToast({ |
|
|
|
title: '请上传身份证背面', |
|
|
|
icon: 'none' |
|
|
|
}) |
|
|
|
} |
|
|
|
if(!this.certifiedIndividual.imageStraight){ |
|
|
|
return uni.showToast({ |
|
|
|
title: '请上传身份证正面', |
|
|
|
icon: 'none' |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
// uni.redirectTo({ |
|
|
|
// url: '/pages_mine/mine/authPerson' |
|
|
|