BUG修复

This commit is contained in:
kron
2025-07-15 12:03:14 +08:00
parent f02062c1ad
commit cf27f75f28

View File

@@ -174,7 +174,7 @@ onUnmounted(() => {
});
uni.$off("socket-inbox", onReceiveMessage);
if (gameType.value && teamSize.value) {
matchGameAPI(true, gameType.value, teamSize.value);
matchGameAPI(false, gameType.value, teamSize.value);
}
});
</script>