mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 13:26:44 +08:00
[FIX]操作页
This commit is contained in:
@@ -32,14 +32,14 @@ export default {
|
||||
}
|
||||
// 此处处理 this.path
|
||||
switch (this.entry) {
|
||||
case 'contact':
|
||||
this.path = '/preserve/ContactConfirmation?entry=contact'
|
||||
case 'BB':
|
||||
this.path = '/preserve/ContactConfirmation?entry=BB'
|
||||
break
|
||||
case 'beneficiary':
|
||||
this.path = '/preserve/BeneficiaryConfirmation?entry=beneficiary&'
|
||||
case 'BC':
|
||||
this.path = '/preserve/BeneficiaryConfirmation?entry=BC'
|
||||
break
|
||||
case 'renewal':
|
||||
this.path = '/preserve/pc/renewalConfirmation?entry=renewal'
|
||||
case 'PC':
|
||||
this.path = '/preserve/pc/renewalConfirmation?entry=PC'
|
||||
break
|
||||
case 'bonus':
|
||||
this.path = '3'
|
||||
@@ -54,7 +54,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
nextStep() {
|
||||
if (this.entry != 'beneficiary') {
|
||||
if (this.entry != 'BC') {
|
||||
// 如果 保全项不是 受益人变更、则 在证件类型为身份证时 直接接入人脸识别
|
||||
// if (this.customerInfo.idType != '1') {
|
||||
// 如果证件类型不是身份证
|
||||
@@ -66,7 +66,7 @@ export default {
|
||||
// name: this.customerInfo.name //姓名
|
||||
// })
|
||||
// }
|
||||
} else if (this.entry == 'beneficiary') {
|
||||
} else if (this.entry == 'BC') {
|
||||
// 如果 保全项是 受益人变更、则进行特殊判断
|
||||
// 若被保险人≥18周岁,人脸识别录入被保人本人
|
||||
// 若被保险人<18周岁,被保险人与投保人为子女关系,人脸识别录入未成年人父亲或母亲
|
||||
@@ -81,7 +81,7 @@ export default {
|
||||
this.jumpNextPage(this.path)
|
||||
}
|
||||
},
|
||||
jumpNextPage(path = '/preserve/BeneficiaryInfo') {
|
||||
jumpNextPage(path = '/preserve/bc/BeneficiaryInfo') {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
|
||||
@@ -155,7 +155,7 @@ export default {
|
||||
edorApplyNo: this.customerInfo.edorApplyNo,
|
||||
mediaUploadDTOS: []
|
||||
}
|
||||
console.log(this.fileList);
|
||||
console.log(this.fileList)
|
||||
this.fileList.forEach(item => {
|
||||
item.popList.forEach(subItem => {
|
||||
saveMediaDTO.mediaUploadDTOS.push(
|
||||
@@ -180,12 +180,12 @@ export default {
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/preserve/common/handleResult?entry=renewal',
|
||||
url: location.origin + '/#/preserve/common/handleResult?entry=PC',
|
||||
pullRefresh: '1',
|
||||
backToFirst: '1'
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/preserve/common/handleResult'
|
||||
path: '/preserve/common/handleResult?entry=PC'
|
||||
}
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user