From e6335349b6f22cf5ce3e5716448dac6538a596b3 Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Tue, 4 Feb 2020 16:18:16 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E7=A1=AE=E8=AE=A4=E8=A7=84=E5=88=99--?= =?UTF-8?q?=E6=8A=95=E4=BF=9D=E4=BA=BA=E3=80=81=E8=A2=AB=E4=BF=9D=E4=BA=BA?= =?UTF-8?q?=E3=80=81=E6=8A=95=E8=A2=AB=E5=90=8C=E4=BA=BA=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=8F=AA=E6=9C=89=E4=B8=8D=E4=BD=BF=E7=94=A8=E8=BA=AB=E4=BB=BD?= =?UTF-8?q?=E8=AF=81=E6=89=8D=E5=8F=AF=E8=B7=B3=E8=BF=87=E4=BA=BA=E8=84=B8?= =?UTF-8?q?=E8=AF=86=E5=88=AB=EF=BC=8C=E8=B7=9F=E5=B9=B4=E9=BE=84=E6=97=A0?= =?UTF-8?q?=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/common/CalculatePremium.vue | 7 ------- src/views/ebiz/sale/SignatureConfirmation.vue | 8 +++++--- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/src/views/ebiz/common/CalculatePremium.vue b/src/views/ebiz/common/CalculatePremium.vue index 622fd9a63..0bc2f699f 100644 --- a/src/views/ebiz/common/CalculatePremium.vue +++ b/src/views/ebiz/common/CalculatePremium.vue @@ -323,13 +323,6 @@ export default { } }) - //判断this.chooseProducts是否含有productTrialYearDTO - // this.chooseProducts.forEach((item,index) => { - - // }) - - // this.influenceAddRiskCodes - if (this.chooseProducts[0].influences && this.chooseProducts[0].influences.length > 0) { this.influences = this.chooseProducts[0].influences this.chooseProducts[0].influences.forEach(item => { diff --git a/src/views/ebiz/sale/SignatureConfirmation.vue b/src/views/ebiz/sale/SignatureConfirmation.vue index 95a7e7240..6368d1abd 100644 --- a/src/views/ebiz/sale/SignatureConfirmation.vue +++ b/src/views/ebiz/sale/SignatureConfirmation.vue @@ -368,8 +368,9 @@ export default { window.localStorage.setItem('sign-val', val) window.localStorage.setItem('sign-appnt', JSON.stringify(that.appntSign)) if (val == '0' || val == '2') { - //idtype不为身份证或年纪小于18岁跳过人脸识别 - if (JSON.parse(this.$route.query.saleInsuredInfo).idType != '1' || JSON.parse(this.$route.query.saleInsuredInfo).age < '18') { + //idtype不为身份证跳过人脸识别 + // if (JSON.parse(this.$route.query.saleInsuredInfo).idType != '1' || JSON.parse(this.$route.query.saleInsuredInfo).age < '18') { + if (JSON.parse(this.$route.query.saleInsuredInfo).idType != '1') { that.goUrl() } else { this.idcardData.typeface = !this.idcardData.typeface @@ -379,7 +380,8 @@ export default { } else { window.localStorage.setItem('sign-val', val) window.localStorage.setItem('sign-insured', JSON.stringify(that.insuredSign)) - if (JSON.parse(this.$route.query.saleInsuredPersonInfo).idType != '1' || JSON.parse(this.$route.query.saleInsuredPersonInfo).age < '18') { + // if (JSON.parse(this.$route.query.saleInsuredPersonInfo).idType != '1' || JSON.parse(this.$route.query.saleInsuredPersonInfo).age < '18') { + if (JSON.parse(this.$route.query.saleInsuredPersonInfo).idType != '1') { that.insuredUrl() } else { this.idcardData.typeface = !this.idcardData.typeface