mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-19 12:36:43 +08:00
签名校验规则修改
This commit is contained in:
@@ -468,12 +468,10 @@ export default {
|
||||
return this.$toast('请先阅读并勾选协议')
|
||||
}
|
||||
// 校验签名
|
||||
if (this.$route.query.receiveType === '0') {
|
||||
if (this.releationType) {
|
||||
if (!this.policyholderSigned) return this.$toast('签名未完成, 请先进行签名')
|
||||
} else if (this.$route.query.receiveType === '1' && !this.releationType) {
|
||||
} else {
|
||||
if (!this.policyholderSigned || !this.insurantSigned) return this.$toast('签名未完成, 请先进行签名')
|
||||
} else if (this.$route.query.receiveType === '1' && this.releationType) {
|
||||
if (!this.policyholderSigned) return this.$toast('签名未完成, 请先进行签名')
|
||||
}
|
||||
|
||||
this.phoneNum = this.problemInfo.phoneNo
|
||||
|
||||
Reference in New Issue
Block a user