添加log

dev_chengFeng
skuld 2021-08-28 17:21:36 +08:00
parent f11e33efc1
commit 1cb0353b43
1 changed files with 3 additions and 0 deletions

View File

@ -148,6 +148,9 @@ function this.RefreshPanel()
--【线上问题】十绝阵挑战次数显示负数 < 0 and 0 or (DeathPosManager.maxBattleTime-msg.challengeCount)
DeathPosManager.battleTime = (DeathPosManager.maxBattleTime-msg.challengeCount) < 0 and 0 or (DeathPosManager.maxBattleTime-msg.challengeCount)
this.battleTime.text=Language[10520].. DeathPosManager.battleTime
for k,v in ipairs(msg.infos) do
LogGreen("v.pathId:"..v.pathId.." v.guildName:"..v.guildName)
end
DeathPosManager.SetGuildInfoData(msg.infos)
--设置公会上了哪个阵 显示公会名称
this.RefreshGuildInfo()