未签名提示

This commit is contained in:
mengxiaolong
2020-08-21 16:26:05 +08:00
parent efe0ca2dcc
commit 69cc9a02d2

View File

@@ -536,9 +536,9 @@ export default {
} }
// 校验签名 // 校验签名
if (this.$route.query.receiveType === '0') { if (this.$route.query.receiveType === '0') {
if (!this.policyholderSigned) return this.$toast('请完成签名后继续操作') if (!this.policyholderSigned) return this.$toast('签名未完成, 请先进行签名')
} else if (this.$route.query.receiveType === '1') { } else if (this.$route.query.receiveType === '1') {
if (!this.policyholderSigned || !this.insurantSigned) return this.$toast('请完成签名后继续操作') if (!this.policyholderSigned || !this.insurantSigned) return this.$toast('签名未完成, 请先进行签名')
} }
let phoneStrArr = this.problemInfo.phoneNo.split('') let phoneStrArr = this.problemInfo.phoneNo.split('')