bug修复

This commit is contained in:
kron
2025-06-26 01:27:23 +08:00
parent 0ea2d65e67
commit 159207a99d
6 changed files with 86 additions and 31 deletions

View File

@@ -152,8 +152,6 @@ export const getGameAPI = async (battleId) => {
};
if (battleStats.mode === 1) {
data.winner = battleStats.winner;
data.redTotal = battleStats.redTotal;
data.blueTotal = battleStats.blueTotal;
data.roundsData = {};
data.redPlayers = {};
data.bluePlayers = {};