bug修复
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user