签名校验修改

This commit is contained in:
mengxiaolong
2020-09-11 09:33:41 +08:00
parent b78adae7a8
commit 867aa9b551

View File

@@ -450,7 +450,7 @@ export default {
} else if (this.$route.query.receiveType === '1' && !this.releationType) {
if (!this.policyholderSigned || !this.insurantSigned) return this.$toast('签名未完成, 请先进行签名')
} else if (this.$route.query.receiveType === '1' && this.releationType) {
if (!this.insurantSigned) return this.$toast('签名未完成, 请先进行签名')
if (!this.policyholderSigned) return this.$toast('签名未完成, 请先进行签名')
}
let phoneStrArr = this.problemInfo.phoneNo.split('')