mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-07 18:16:44 +08:00
人身保险投保提示书点击下一步页面跳转逻辑修改
This commit is contained in:
@@ -224,7 +224,7 @@ export default {
|
||||
return new Promise((resolve, reject) => {
|
||||
getOrderDetail(data).then(res => {
|
||||
if (res.result == '0') {
|
||||
if(res.orderDTO.universalRiskNotifyDTO && res.orderDTO.universalRiskNotifyDTO.isUniversalRiskNotifyShowPoint == 1){
|
||||
if(res.orderDTO.universalRiskNotifyDTO && res.orderDTO.universalRiskNotifyDTO.isUniversalRiskNotifyShowPoint){
|
||||
this.isUniversalRiskNotifyShowPoint = 1
|
||||
}
|
||||
// 截取代理人机构号的前六位,用于去判断是否属于柳州代理人
|
||||
@@ -482,7 +482,7 @@ export default {
|
||||
if (this.flagLiuZhou) {
|
||||
routeUrl = '/sale/InsuranceRiskReminder'
|
||||
} else {
|
||||
if(this.isUniversalRiskNotifyShowPoint == 1){
|
||||
if(that.isUniversalRiskNotifyShowPoint == 1){
|
||||
routeUrl = '/sale/universalRiskNotifyingMessageTip'
|
||||
}else{
|
||||
routeUrl = '/sale/avoidDutyTip'
|
||||
@@ -551,12 +551,11 @@ export default {
|
||||
if (this.flagLiuZhou) {
|
||||
routeUrl = '/sale/InsuranceRiskReminder'
|
||||
} else {
|
||||
// let doubleRecordFlag = localStorage.doubleRecordFlag
|
||||
// routeUrl = '/sale/signatureOfElectronic'
|
||||
// if (doubleRecordFlag == '1') {
|
||||
// 跳转双录签署文件
|
||||
if(that.isUniversalRiskNotifyShowPoint == 1){
|
||||
routeUrl = '/sale/universalRiskNotifyingMessageTip'
|
||||
}else{
|
||||
routeUrl = '/sale/avoidDutyTip'
|
||||
// }
|
||||
}
|
||||
}
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
|
||||
Reference in New Issue
Block a user