diff --git a/src/mod_user/orderDetail/index.tsx b/src/mod_user/orderDetail/index.tsx index ec6659b..7ca14f2 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 !== OrderStatus.PENDING && ( + {order_status && order_status !== OrderStatus.PENDING && ( <> 已支付 ¥ 90