bug修复

This commit is contained in:
kron
2025-07-14 17:57:52 +08:00
parent 485ab9b36c
commit 926b8dea69
4 changed files with 4 additions and 2 deletions

View File

@@ -77,6 +77,7 @@ onLoad(async (options) => {
if (battleInfo) {
battleId.value = battleInfo.id;
start.value = true;
step.value = 3;
if (battleInfo.config.mode === 1) {
redTeam.value = battleInfo.redTeam;
blueTeam.value = battleInfo.blueTeam;