fix:支付结果页,state.orderId => state.id

This commit is contained in:
YunaiV
2025-05-05 22:06:50 +08:00
parent 4d308078fa
commit 1948aae067
+1 -1
View File
@@ -108,7 +108,7 @@
if (res.confirm) { if (res.confirm) {
state.counter = 0; state.counter = 0;
setTimeout(() => { setTimeout(() => {
getOrderInfo(state.orderId); getOrderInfo(state.id);
}, 100); }, 100);
} }
}, },