Compare commits

...

2 Commits

Author SHA1 Message Date
liu.xiaofeng@ebiz-digits.com
262bf951ca 支付失败结果页面点击跳转更换卡号页面路由传递订单号参数 2024-01-23 11:22:01 +08:00
liu.xiaofeng@ebiz-digits.com
f5ca68c657 支付失败结果页面点击跳转更换卡号页面路由传递订单号参数 2024-01-23 11:15:50 +08:00

View File

@@ -164,10 +164,10 @@
this.$jump({
flag: 'h5',
extra: {
url: location.origin + '/#/sale/AccountInformation'
url: location.origin + '/#/sale/AccountInformation' + '?orderNo=' + this.payInfo.prtNo
},
routerInfo: {
path: '/sale/AccountInformation'
path: '/sale/AccountInformation' + '?orderNo=' + this.payInfo.prtNo
}
})
}