From 69cc9a02d28d5bc3c346f3b2972f4c06bcaee80d Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Fri, 21 Aug 2020 16:26:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E7=AD=BE=E5=90=8D=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/questions/QuestionsDetail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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('')