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