diff --git a/src/views/ebiz/questions/QuestionsDetail.vue b/src/views/ebiz/questions/QuestionsDetail.vue index e996e602d..634065f3a 100644 --- a/src/views/ebiz/questions/QuestionsDetail.vue +++ b/src/views/ebiz/questions/QuestionsDetail.vue @@ -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('')