mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 15:36:43 +08:00
【关于附加综合意外伤害保险(乐享版)投保流程增加《个人信息使用授权》阅知勾选的申请】被保人阅读文件《人身保险电子投保单》跳转url调整
This commit is contained in:
@@ -1096,9 +1096,14 @@ export default {
|
|||||||
insuredUrl() {
|
insuredUrl() {
|
||||||
let that = this
|
let that = this
|
||||||
let path = ''
|
let path = ''
|
||||||
|
// if (that.insuredSign[0].documentStatus == 0) {
|
||||||
|
// path = 'insuranceInformation'
|
||||||
|
// } else {
|
||||||
|
// path = 'SignatureOfElectronic'
|
||||||
|
// }
|
||||||
if (that.insuredSign[0].documentStatus == 0) {
|
if (that.insuredSign[0].documentStatus == 0) {
|
||||||
path = 'insuranceInformation'
|
path = 'insuranceInformation'
|
||||||
} else if (that.insuredSign[1].documentStatus == 1) {
|
} else if (that.insuredSign[1].documentStatus == 2) {
|
||||||
path = 'SignatureOfElectronic'
|
path = 'SignatureOfElectronic'
|
||||||
} else if (that.insuredSign.length == 3 && that.insuredSign[2].documentStatus == 0) {
|
} else if (that.insuredSign.length == 3 && that.insuredSign[2].documentStatus == 0) {
|
||||||
path = 'PersonalInformation'
|
path = 'PersonalInformation'
|
||||||
|
|||||||
Reference in New Issue
Block a user