From 6d698cde94f4c69b48e4166ee858734d6e91bd8e Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Thu, 24 Sep 2020 11:10:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=90=8D=E6=A0=A1=E9=AA=8C=E8=A7=84?= =?UTF-8?q?=E5=88=99=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/questions/QuestionsDetail.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/ebiz/questions/QuestionsDetail.vue b/src/views/ebiz/questions/QuestionsDetail.vue index cec2837d2..e5f45d85d 100644 --- a/src/views/ebiz/questions/QuestionsDetail.vue +++ b/src/views/ebiz/questions/QuestionsDetail.vue @@ -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