mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 11:06:43 +08:00
【关于附加综合意外伤害保险(乐享版)投保流程增加《个人信息使用授权》阅知勾选的申请】被保人阅读文件《人身保险电子投保单》跳转url调整
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user