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