fix: 去支付直接跳转收银台扫码支付,超时显示超时,失败显示错误信息

This commit is contained in:
2026-05-27 10:14:15 +08:00
parent 5d3e045e12
commit 5ca5df3a50
3 changed files with 17 additions and 13 deletions
+1 -5
View File
@@ -70,11 +70,7 @@ async function fetchOrders() {
}
function goPay(row: any) {
if (row.payment_method === 'bepusdt') {
router.push(`/checkout/${row.id}`)
} else {
ElMessage.info('请联系客服完成支付')
}
router.push(`/checkout/${row.id}`)
}
async function cancelOrder(id: number) {