fix: 退出活动

This commit is contained in:
2025-09-16 20:46:09 +08:00
parent 7dea93acde
commit d6fb6ebc1b

View File

@@ -129,7 +129,7 @@ export default forwardRef(function GameManagePopup(props, ref) {
<View className={styles.button} onClick={handleCancelGame}>
</View>
{!hasJoin && (
{hasJoin && (
<View className={styles.button} onClick={handleQuitGame}>
退
</View>