mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 18:03:27 +08:00
前端【修复】:修复支付宝支付回调跳转参数传递错误的问题。
This commit is contained in:
@@ -250,7 +250,7 @@
|
||||
handleShowToast('支付成功', 'success', () => {
|
||||
setTimeout(() => {
|
||||
loading.value = false;
|
||||
handleRouteRedirectTo(`/pages/order/result/result?id=${res.data.paymentId}`)
|
||||
handleRouteRedirectTo(`/pages/order/result/result?id=${res.otherData.tradeNo}`)
|
||||
}, 1000)
|
||||
})
|
||||
}
|
||||
@@ -260,7 +260,7 @@
|
||||
handleShowToast('支付成功', 'success', () => {
|
||||
setTimeout(() => {
|
||||
loading.value = false;
|
||||
handleRouteRedirectTo(`/pages/order/result/result?id=${res.data.paymentId}`)
|
||||
handleRouteRedirectTo(`/pages/order/result/result?id=${res.otherData.tradeNo}`)
|
||||
}, 1000)
|
||||
})
|
||||
// #endif
|
||||
|
||||
Reference in New Issue
Block a user