mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-08 14:06:44 +08:00
【建议书优化需求】公用模块选产品,试算页面采用原生方法jump跳转
This commit is contained in:
committed by
liu.xiaofeng@ebiz-digits.com
parent
9be9b99abf
commit
dc6ec749aa
@@ -536,16 +536,16 @@ export default {
|
||||
} else if (this.$route.query.proposalOrderNo) {
|
||||
thismyurl = '?proposalOrderNo=' + this.$route.query.proposalOrderNo
|
||||
}
|
||||
this.$router.push({ path: '/common/calculatePremium' + thismyurl })
|
||||
// this.$jump({
|
||||
// flag: 'h5',
|
||||
// extra: {
|
||||
// url: location.origin + '/#/common/calculatePremium'
|
||||
// },
|
||||
// routerInfo: {
|
||||
// path: '/common/calculatePremium'
|
||||
// }
|
||||
// })
|
||||
// this.$router.push({ path: '/common/calculatePremium' + thismyurl })
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/common/calculatePremium'
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/common/calculatePremium'
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -483,16 +483,16 @@ export default {
|
||||
url = `/proposal/chooseInsuredPerson?proposalOrderNo=${proposalOrderNo}`
|
||||
}
|
||||
let page = this.$route.query.proposalEdit == '1' ? '-1' : '-2'
|
||||
this.$router.push({ path: url })
|
||||
// this.$jump({
|
||||
// flag: 'h5',
|
||||
// extra: {
|
||||
// url: location.origin + `/#${url}`
|
||||
// },
|
||||
// routerInfo: {
|
||||
// path: url
|
||||
// }
|
||||
// })
|
||||
// this.$router.push({ path: url })
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + `/#${url}`
|
||||
},
|
||||
routerInfo: {
|
||||
path: url
|
||||
}
|
||||
})
|
||||
} else {
|
||||
let showFlag = this.showTipForDoubleRecord()
|
||||
if (showFlag) {
|
||||
@@ -575,16 +575,16 @@ export default {
|
||||
} else if (this.$route.query.proposalOrderNo) {
|
||||
thismyurl = '?proposalOrderNo=' + this.$route.query.proposalOrderNo
|
||||
}
|
||||
this.$router.push({ path: '/common/mainRiskList' + thismyurl })
|
||||
// this.$jump({
|
||||
// flag: 'h5',
|
||||
// extra: {
|
||||
// url: location.origin + '/#/common/mainRiskList'
|
||||
// },
|
||||
// routerInfo: {
|
||||
// path: '/common/mainRiskList'
|
||||
// }
|
||||
// })
|
||||
// this.$router.push({ path: '/common/mainRiskList' + thismyurl })
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/common/mainRiskList'
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/common/mainRiskList'
|
||||
}
|
||||
})
|
||||
},
|
||||
//选择活动还是普通产品,弹框确认按钮
|
||||
comfirmCheckActive(type) {
|
||||
@@ -629,16 +629,16 @@ export default {
|
||||
} else if (this.$route.query.proposalOrderNo) {
|
||||
thismyurl = '?proposalOrderNo=' + this.$route.query.proposalOrderNo
|
||||
}
|
||||
this.$router.push({ path: '/common/mainRiskList' + thismyurl })
|
||||
// this.$jump({
|
||||
// flag: 'h5',
|
||||
// extra: {
|
||||
// url: location.origin + '/#/common/mainRiskList'
|
||||
// },
|
||||
// routerInfo: {
|
||||
// path: '/common/mainRiskList'
|
||||
// }
|
||||
// })
|
||||
// this.$router.push({ path: '/common/mainRiskList' + thismyurl })
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/common/mainRiskList'
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/common/mainRiskList'
|
||||
}
|
||||
})
|
||||
} else {
|
||||
this.$toast(res.resultMessage)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user