From 5486a3d310479e791e3ba9b0cdf301b15d9be6c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9D=B0?= Date: Thu, 11 Sep 2025 23:20:11 +0800 Subject: [PATCH] fix: 0 --- src/mod_user/orderDetail/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod_user/orderDetail/index.tsx b/src/mod_user/orderDetail/index.tsx index 7ca14f2..b5c4b24 100644 --- a/src/mod_user/orderDetail/index.tsx +++ b/src/mod_user/orderDetail/index.tsx @@ -54,7 +54,7 @@ function GameInfo(props) { return ( - {order_status && order_status !== OrderStatus.PENDING && ( + {Boolean(order_status) && order_status !== OrderStatus.PENDING && ( <> 已支付 ¥ 90