Merge branch 'master' of https://gitee.com/ballminiprogramwe/mini-programs
This commit is contained in:
@@ -54,7 +54,7 @@ function GameInfo(props) {
|
||||
|
||||
return (
|
||||
<View className={styles.gameInfoContainer}>
|
||||
{order_status !== OrderStatus.PENDING && (
|
||||
{Boolean(order_status) && order_status !== OrderStatus.PENDING && (
|
||||
<>
|
||||
<View className={styles.paidInfo}>已支付 ¥ 90</View>
|
||||
<View className={styles.gameStatus}>
|
||||
|
||||
Reference in New Issue
Block a user