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