mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 05:16:44 +08:00
【国富人寿】风险测评结果修改文件跳转链接拼接订单号
This commit is contained in:
@@ -150,10 +150,10 @@ export default {
|
|||||||
that.$jump({
|
that.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
url: location.origin + '/#/sale/answerPage'
|
url: location.origin + '/#/sale/answerPage?orderNo=' + this.$route.query.orderNo
|
||||||
},
|
},
|
||||||
routerInfo: {
|
routerInfo: {
|
||||||
path: '/sale/answerPage'
|
path: '/sale/answerPage?orderNo=' + this.$route.query.orderNo
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user