mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-20 04:56:45 +08:00
未签名提示
This commit is contained in:
@@ -536,9 +536,9 @@ export default {
|
||||
}
|
||||
// 校验签名
|
||||
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') {
|
||||
if (!this.policyholderSigned || !this.insurantSigned) return this.$toast('请完成签名后继续操作')
|
||||
if (!this.policyholderSigned || !this.insurantSigned) return this.$toast('签名未完成, 请先进行签名')
|
||||
}
|
||||
|
||||
let phoneStrArr = this.problemInfo.phoneNo.split('')
|
||||
|
||||
Reference in New Issue
Block a user