mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-06 15:26:43 +08:00
支付失败结果页面点击跳转更换卡号页面路由传递订单号参数
This commit is contained in:
@@ -164,10 +164,10 @@
|
||||
this.$jump({
|
||||
flag: 'h5',
|
||||
extra: {
|
||||
url: location.origin + '/#/sale/AccountInformation' + '&orderNo=' + this.payInfo.prtNo
|
||||
url: location.origin + '/#/sale/AccountInformation' + '?orderNo=' + this.payInfo.prtNo
|
||||
},
|
||||
routerInfo: {
|
||||
path: '/sale/AccountInformation' + '&orderNo=' + this.payInfo.prtNo
|
||||
path: '/sale/AccountInformation' + '?orderNo=' + this.payInfo.prtNo
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user