Merge branch 'feat/liujie'

This commit is contained in:
2025-09-16 20:46:26 +08:00

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>