【关于附加综合意外伤害保险(乐享版)投保流程增加《个人信息使用授权》阅知勾选的申请】被保人阅读文件《人身保险电子投保单》跳转url调整

This commit is contained in:
li.yuetong
2022-09-05 10:54:59 +08:00
parent ca49e975d4
commit 08b04a68b0

View File

@@ -1096,9 +1096,14 @@ export default {
insuredUrl() {
let that = this
let path = ''
// if (that.insuredSign[0].documentStatus == 0) {
// path = 'insuranceInformation'
// } else {
// path = 'SignatureOfElectronic'
// }
if (that.insuredSign[0].documentStatus == 0) {
path = 'insuranceInformation'
} else if (that.insuredSign[1].documentStatus == 1) {
} else if (that.insuredSign[1].documentStatus == 2) {
path = 'SignatureOfElectronic'
} else if (that.insuredSign.length == 3 && that.insuredSign[2].documentStatus == 0) {
path = 'PersonalInformation'