[FIX]【保全】退保操作页人脸识别传参修改

This commit is contained in:
yuweiqi
2020-06-11 21:05:38 +08:00
parent c3a51c0701
commit d6d2ac84c0
4 changed files with 16 additions and 9 deletions

View File

@@ -17,8 +17,8 @@ const contactConfirmation = () => import('@/views/ebiz/preserve/bb/ContactConfir
const BeneficiaryInfo = () => import('@/views/ebiz/preserve/bc/BeneficiaryInfo') const BeneficiaryInfo = () => import('@/views/ebiz/preserve/bc/BeneficiaryInfo')
const BcImageUpload = () => import('@/views/ebiz/preserve/bc/ImageUpload') const BcImageUpload = () => import('@/views/ebiz/preserve/bc/ImageUpload')
const BeneficiaryInfoAdd = () => import('@/views/ebiz/preserve/bc/BeneficiaryInfoAdd') const BeneficiaryInfoAdd = () => import('@/views/ebiz/preserve/bc/BeneficiaryInfoAdd')
const beneficiaryInfoDetail = () => import('@/views/ebiz/preserve/bc/BeneficiaryInfoDetail') const BeneficiaryInfoDetail = () => import('@/views/ebiz/preserve/bc/BeneficiaryInfoDetail')
const beneficiaryConfirmation = () => import('@/views/ebiz/preserve/bc/BeneficiaryConfirmation') const BeneficiaryConfirmation = () => import('@/views/ebiz/preserve/bc/BeneficiaryConfirmation')
//退保 //退保
const SurrenderInfo = () => import('@/views/ebiz/preserve/ct/SurrenderInfo') const SurrenderInfo = () => import('@/views/ebiz/preserve/ct/SurrenderInfo')
const SurrenderConfirmation = () => import('@/views/ebiz/preserve/ct/SurrenderConfirmation') const SurrenderConfirmation = () => import('@/views/ebiz/preserve/ct/SurrenderConfirmation')
@@ -108,8 +108,8 @@ export default [
}, },
{ {
path: '/preserve/bc/beneficiaryInfoDetail', path: '/preserve/bc/beneficiaryInfoDetail',
name: 'beneficiaryInfoDetail', name: 'BeneficiaryInfoDetail',
component: beneficiaryInfoDetail, component: BeneficiaryInfoDetail,
meta: { meta: {
title: '指定受益人信息', title: '指定受益人信息',
index: 105 index: 105
@@ -153,8 +153,8 @@ export default [
}, },
{ {
path: '/preserve/bc/beneficiaryConfirmation', path: '/preserve/bc/beneficiaryConfirmation',
name: 'beneficiaryConfirmation', name: 'BeneficiaryConfirmation',
component: beneficiaryConfirmation, component: BeneficiaryConfirmation,
meta: { meta: {
title: '保全代办确认', title: '保全代办确认',
index: 9 index: 9

View File

@@ -214,4 +214,11 @@ export default {
} }
</script> </script>
<style lang="scss" scoped></style> <style lang="scss" scoped>
.image-upload-container {
/deep/.van-field__label {
text-align: left;
width: 100%;
}
}
</style>

View File

@@ -75,7 +75,7 @@ export default {
} else { } else {
this.toFace({ this.toFace({
number: this.customerInfo.idNo, //身份证号码 number: this.customerInfo.idNo, //身份证号码
name: this.customerInfo.name, //姓名 name: this.customerInfo.customerName, //姓名
businessSource: '4' //业务来源:1-电投2-入司3-理赔4-保全 businessSource: '4' //业务来源:1-电投2-入司3-理赔4-保全
}) })
} }
@@ -121,6 +121,7 @@ export default {
}) })
}, },
toFace(config) { toFace(config) {
console.log('----------', config)
// eslint-disable-next-line no-undef // eslint-disable-next-line no-undef
EWebBridge.webCallAppInJs('face_auth', config) EWebBridge.webCallAppInJs('face_auth', config)
// 跳过人脸识别 // 跳过人脸识别

View File

@@ -117,7 +117,6 @@ export default {
return { return {
dialogShow: true, //信息变更弹窗是否显示 dialogShow: true, //信息变更弹窗是否显示
valueKey: '', valueKey: '',
popupShow: false,
pickerType: '', pickerType: '',
columns: [], columns: [],
bankAdr: '', //开户银行地址 bankAdr: '', //开户银行地址