mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 04:46:43 +08:00
微信端上传资料
This commit is contained in:
@@ -375,9 +375,19 @@ export default {
|
||||
return this.$toast('请输入4-400个字符')
|
||||
// 校验补充资料
|
||||
if (this.issueType === '828601') {
|
||||
if (!this.checked) {
|
||||
return this.$toast('请先阅读并勾选协议')
|
||||
}
|
||||
// 校验签名
|
||||
if (this.$route.query.receiveType === '0') {
|
||||
if (!this.policyholderSigned) return this.$toast('签名未完成, 请先进行签名')
|
||||
} else if (this.$route.query.receiveType === '1') {
|
||||
if (!this.policyholderSigned || !this.insurantSigned) return this.$toast('签名未完成, 请先进行签名')
|
||||
}
|
||||
if (!this.checkSupplementData()) return this.$toast('请上传补充资料')
|
||||
if (this.isWeixin) {
|
||||
this.$toast.loading()
|
||||
this.imageResultList.splice(0)
|
||||
for (let image of this.imageList) {
|
||||
let res = await this.afterRead(image)
|
||||
let result = {
|
||||
|
||||
Reference in New Issue
Block a user