Merge branch 'feat/liujie'
This commit is contained in:
@@ -129,7 +129,7 @@ export default forwardRef(function GameManagePopup(props, ref) {
|
|||||||
<View className={styles.button} onClick={handleCancelGame}>
|
<View className={styles.button} onClick={handleCancelGame}>
|
||||||
取消活动
|
取消活动
|
||||||
</View>
|
</View>
|
||||||
{!hasJoin && (
|
{hasJoin && (
|
||||||
<View className={styles.button} onClick={handleQuitGame}>
|
<View className={styles.button} onClick={handleQuitGame}>
|
||||||
退出活动
|
退出活动
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user