fix:1v1的比赛当前玩家播【报轮到你了】

This commit is contained in:
2026-05-19 15:04:35 +08:00
parent 72a3443ff1
commit 4518c66a65

View File

@@ -102,8 +102,7 @@ const recoverData = (battleInfo, {force = false, arrowOnly = false} = {}) => {
let nextTips = redPlayer ? "请红队射箭" : "请蓝队射箭";
if (force) nextTips += "重回";
if (
battleInfo.current.playerId === user.value.id &&
redTeam.value.length > 1
battleInfo.current.playerId === user.value.id
) {
nextTips += "你";
}