支付失败结果页面点击跳转更换卡号页面路由传递订单号参数

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2024-01-23 11:22:01 +08:00
parent bc47dc6f8e
commit 3366c05099

View File

@@ -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
}
})
}