删除log

dev_chengFeng
jiaoyangna 2021-05-27 20:24:10 +08:00
parent cb906bed77
commit d9c94e250f
2 changed files with 0 additions and 12 deletions

View File

@ -410,13 +410,6 @@ function this.BattleEnd(result)
this.lastBattleResult.hpList[i] = msg.remainHpList[i]
end
this.lastBattleResult.drop = msg.enventDrop
if this.lastBattleResult.drop then
LogGreen("itemlist:"..#this.lastBattleResult.drop.itemlist)
LogGreen("equipId:"..#this.lastBattleResult.drop.equipId)
LogGreen("Hero:"..#this.lastBattleResult.drop.Hero)
LogGreen("soulEquip:"..#this.lastBattleResult.drop.soulEquip)
LogGreen("pokemon:"..#this.lastBattleResult.drop.pokemon)
end
this.lastBattleResult.missionDrop = msg.missionDrop
this.lastBattleResult.result = msg.result
this.lastBattleResult.mission = msg.mission

View File

@ -51,11 +51,6 @@ function BattleWinPopup:NextStep()
local bestData, allDamage= BattleRecordManager.GetBattleBestData()
FightPointPassManager.oldLevel = PlayerManager.level
if bestData then
LogGreen("itemlist:"..#m_battleResult.drop.itemlist)
LogGreen("equipId:"..#m_battleResult.drop.equipId)
LogGreen("Hero:"..#m_battleResult.drop.Hero)
LogGreen("soulEquip:"..#m_battleResult.drop.soulEquip)
LogGreen("pokemon:"..#m_battleResult.drop.pokemon)
UIManager.OpenPanel(UIName.BattleBestPopup, bestData.roleId, bestData.skinId,bestData.damage, allDamage, function(_BattleBestPopup)
-- 打开关卡奖励界面
UIManager.OpenPanel(UIName.RewardItemPopup, m_battleResult.drop, 1,function()