From 1948aae067b60f4360ae541b45ed0d925584f3c5 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Mon, 5 May 2025 22:06:50 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E6=94=AF=E4=BB=98=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E9=A1=B5=EF=BC=8Cstate.orderId=20=3D>=20state.id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/pay/result.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/pay/result.vue b/pages/pay/result.vue index af8b0c94..ba708bf8 100644 --- a/pages/pay/result.vue +++ b/pages/pay/result.vue @@ -108,7 +108,7 @@ if (res.confirm) { state.counter = 0; setTimeout(() => { - getOrderInfo(state.orderId); + getOrderInfo(state.id); }, 100); } },