[FIX]操作页

This commit is contained in:
yuweiqi
2020-06-04 22:52:57 +08:00
parent 40d1deb6d0
commit 3a4be42227
2 changed files with 12 additions and 12 deletions

View File

@@ -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: {

View File

@@ -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 {