测试修复15分钟bug

This commit is contained in:
yml2213
2026-06-07 20:05:56 +08:00
parent 9740ff8799
commit a5e55bc045
7 changed files with 178 additions and 45 deletions
@@ -38,7 +38,7 @@ export function usePaymentPolling() {
checkingPayment.value = true
try {
const updated = await queryOrderPayment(activePayment.value.id)
const updated = await queryOrderPayment(activePayment.value.order_id)
if (updated.paid) {
stopPaymentPolling()
onSuccess?.()