添加log
parent
f11e33efc1
commit
1cb0353b43
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue