From e0183f9a955c7e322a555e332fbc5accc45c107f Mon Sep 17 00:00:00 2001 From: Eamon <17516219072@163.com> Date: Sat, 4 Jul 2026 14:17:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A3=80=E6=9F=A5=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E7=8A=B6=E6=80=81=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(root)/trade/page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/app/(root)/trade/page.tsx b/src/app/(root)/trade/page.tsx index 1ba9302..706f427 100644 --- a/src/app/(root)/trade/page.tsx +++ b/src/app/(root)/trade/page.tsx @@ -549,13 +549,13 @@ function CheckOrder(props: { trade: Trade; onSuccess: () => void }) { {data?.Status === 1 ? "已支付" : data?.Status === 0 - ? "待支付" + ? "未支付" : "已取消"}
)} - {props && props.trade.status === 0 && ( + {data && data?.Status === 1 && (