fix:1v1的比赛当前玩家播【报轮到你了】
This commit is contained in:
@@ -102,8 +102,7 @@ const recoverData = (battleInfo, {force = false, arrowOnly = false} = {}) => {
|
|||||||
let nextTips = redPlayer ? "请红队射箭" : "请蓝队射箭";
|
let nextTips = redPlayer ? "请红队射箭" : "请蓝队射箭";
|
||||||
if (force) nextTips += "重回";
|
if (force) nextTips += "重回";
|
||||||
if (
|
if (
|
||||||
battleInfo.current.playerId === user.value.id &&
|
battleInfo.current.playerId === user.value.id
|
||||||
redTeam.value.length > 1
|
|
||||||
) {
|
) {
|
||||||
nextTips += "你";
|
nextTips += "你";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user