【车迟斗法】抢夺界面添加跨服显示

dev_chengFeng
gaoxin 2022-03-04 17:48:27 +08:00
parent 8768ee20a2
commit b10ebcd3ba
1 changed files with 5 additions and 1 deletions

View File

@ -114,7 +114,11 @@ function this.SingleInfoDataShow(go,data)
end
Util.GetGameObject(go, "infoText/playerName"):GetComponent("Text").text = data.userName
Util.GetGameObject(go, "infoText/warPower"):GetComponent("Text").text = data.force
Util.GetGameObject(go, "infoText/guildName"):GetComponent("Text").text = data.guildName
local guildName = data.guildName
if data.serverName and data.serverName ~= "" then
guildName = data.serverName.." "..guildName
end
Util.GetGameObject(go, "infoText/guildName"):GetComponent("Text").text = guildName
Util.GetGameObject(go, "infoText/soreText"):GetComponent("Text").text = data.score
--LogError("#data.teamInfo "..#data.teamInfo)
--hadChallenge =6; // 是否已挑战过1表示挑战过2未挑战过。