【国富人寿】建议书跳转链接拼接订单号 并区分投保与建议书链接传递的数据

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-05-15 09:24:13 +08:00
parent 2af19f863d
commit d352c9698e
9 changed files with 2612 additions and 2556 deletions

View File

@@ -33,14 +33,18 @@ export default {
jump(index) {
if (index === this.current || index == 2) return
if (this.moveOn) {
let thisMyUrl = this.routerInfos[index]
if (this.$route.query.proposalOrderNo) {
thisMyUrl = this.routerInfos[index] + '?proposalOrderNo=' + this.$route.query.proposalOrderNo
}
this.$jump({
flag: 'h5',
extra: {
url: location.origin + `/#/${this.routerInfos[index]}`,
url: location.origin + '/#/' + thisMyUrl,
needRefresh: '1'
},
routerInfo: {
path: `/${this.routerInfos[index]}`
path: '/' + thisMyUrl
}
})
}