From d6d2ac84c0e1c379b880c99c54018315015c76df Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Thu, 11 Jun 2020 21:05:38 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E3=80=90=E4=BF=9D=E5=85=A8=E3=80=91?= =?UTF-8?q?=E9=80=80=E4=BF=9D=E6=93=8D=E4=BD=9C=E9=A1=B5=E4=BA=BA=E8=84=B8?= =?UTF-8?q?=E8=AF=86=E5=88=AB=E4=BC=A0=E5=8F=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/ebiz/preserve.js | 12 ++++++------ src/views/ebiz/preserve/bc/ImageUpload.vue | 9 ++++++++- src/views/ebiz/preserve/common/HandleResult.vue | 3 ++- src/views/ebiz/preserve/pc/RenewalInfo.vue | 1 - 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/src/router/ebiz/preserve.js b/src/router/ebiz/preserve.js index 25f7b8790..c6c7dec4f 100644 --- a/src/router/ebiz/preserve.js +++ b/src/router/ebiz/preserve.js @@ -17,8 +17,8 @@ const contactConfirmation = () => import('@/views/ebiz/preserve/bb/ContactConfir const BeneficiaryInfo = () => import('@/views/ebiz/preserve/bc/BeneficiaryInfo') const BcImageUpload = () => import('@/views/ebiz/preserve/bc/ImageUpload') const BeneficiaryInfoAdd = () => import('@/views/ebiz/preserve/bc/BeneficiaryInfoAdd') -const beneficiaryInfoDetail = () => import('@/views/ebiz/preserve/bc/BeneficiaryInfoDetail') -const beneficiaryConfirmation = () => import('@/views/ebiz/preserve/bc/BeneficiaryConfirmation') +const BeneficiaryInfoDetail = () => import('@/views/ebiz/preserve/bc/BeneficiaryInfoDetail') +const BeneficiaryConfirmation = () => import('@/views/ebiz/preserve/bc/BeneficiaryConfirmation') //退保 const SurrenderInfo = () => import('@/views/ebiz/preserve/ct/SurrenderInfo') const SurrenderConfirmation = () => import('@/views/ebiz/preserve/ct/SurrenderConfirmation') @@ -108,8 +108,8 @@ export default [ }, { path: '/preserve/bc/beneficiaryInfoDetail', - name: 'beneficiaryInfoDetail', - component: beneficiaryInfoDetail, + name: 'BeneficiaryInfoDetail', + component: BeneficiaryInfoDetail, meta: { title: '指定受益人信息', index: 105 @@ -153,8 +153,8 @@ export default [ }, { path: '/preserve/bc/beneficiaryConfirmation', - name: 'beneficiaryConfirmation', - component: beneficiaryConfirmation, + name: 'BeneficiaryConfirmation', + component: BeneficiaryConfirmation, meta: { title: '保全代办确认', index: 9 diff --git a/src/views/ebiz/preserve/bc/ImageUpload.vue b/src/views/ebiz/preserve/bc/ImageUpload.vue index af047cc10..e631b38cc 100644 --- a/src/views/ebiz/preserve/bc/ImageUpload.vue +++ b/src/views/ebiz/preserve/bc/ImageUpload.vue @@ -214,4 +214,11 @@ export default { } - + diff --git a/src/views/ebiz/preserve/common/HandleResult.vue b/src/views/ebiz/preserve/common/HandleResult.vue index 50032fc46..33f53ce6c 100644 --- a/src/views/ebiz/preserve/common/HandleResult.vue +++ b/src/views/ebiz/preserve/common/HandleResult.vue @@ -75,7 +75,7 @@ export default { } else { this.toFace({ number: this.customerInfo.idNo, //身份证号码 - name: this.customerInfo.name, //姓名 + name: this.customerInfo.customerName, //姓名 businessSource: '4' //业务来源:1-电投,2-入司,3-理赔,4-保全 }) } @@ -121,6 +121,7 @@ export default { }) }, toFace(config) { + console.log('----------', config) // eslint-disable-next-line no-undef EWebBridge.webCallAppInJs('face_auth', config) // 跳过人脸识别 diff --git a/src/views/ebiz/preserve/pc/RenewalInfo.vue b/src/views/ebiz/preserve/pc/RenewalInfo.vue index ead7500d4..d108ed07d 100644 --- a/src/views/ebiz/preserve/pc/RenewalInfo.vue +++ b/src/views/ebiz/preserve/pc/RenewalInfo.vue @@ -117,7 +117,6 @@ export default { return { dialogShow: true, //信息变更弹窗是否显示 valueKey: '', - popupShow: false, pickerType: '', columns: [], bankAdr: '', //开户银行地址