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

pull/147/head
YunaiV 2025-05-05 22:06:50 +08:00
parent 4d308078fa
commit 1948aae067
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@
if (res.confirm) {
state.counter = 0;
setTimeout(() => {
getOrderInfo(state.orderId);
getOrderInfo(state.id);
}, 100);
}
},