feat: 订单详情页球局状态展示条件
This commit is contained in:
@@ -54,7 +54,7 @@ function GameInfo(props) {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<View className={styles.gameInfoContainer}>
|
<View className={styles.gameInfoContainer}>
|
||||||
{order_status !== OrderStatus.PENDING && (
|
{order_status && order_status !== OrderStatus.PENDING && (
|
||||||
<>
|
<>
|
||||||
<View className={styles.paidInfo}>已支付 ¥ 90</View>
|
<View className={styles.paidInfo}>已支付 ¥ 90</View>
|
||||||
<View className={styles.gameStatus}>
|
<View className={styles.gameStatus}>
|
||||||
|
|||||||
Reference in New Issue
Block a user