From f96f89b7bb9f78bc8775a0f5ab05f31b4ea60a9a Mon Sep 17 00:00:00 2001 From: erio Date: Wed, 4 Mar 2026 21:23:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=20body=20=E7=A1=AC?= =?UTF-8?q?=E7=BC=96=E7=A0=81=E8=83=8C=E6=99=AF=E8=89=B2=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20dark=20=E6=A8=A1=E5=BC=8F=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E7=99=BD=E5=BA=95=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/layout.tsx | 2 +- src/app/pay/result/page.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 12eb3cd..cd5a5ce 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,7 +13,7 @@ export default function RootLayout({ }>) { return ( - {children} + {children} ); } diff --git a/src/app/pay/result/page.tsx b/src/app/pay/result/page.tsx index 3925862..8832fae 100644 --- a/src/app/pay/result/page.tsx +++ b/src/app/pay/result/page.tsx @@ -64,7 +64,7 @@ function ResultContent() { if (loading) { return ( -
+
查询支付结果中...
); @@ -73,7 +73,7 @@ function ResultContent() { const isPending = status === 'PENDING'; return ( -
+
{isSuccess ? ( <> @@ -147,7 +147,7 @@ export default function PayResultPage() { return ( +
加载中...
}