Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev

dev_chengFeng
ZhangBiao 2021-11-08 18:10:19 +08:00
commit ff7e9e9e85
2 changed files with 2 additions and 1 deletions

View File

@ -93,7 +93,7 @@ function this.StartFight()
this.root:ClosePanel()
local fightData = BattleManager.GetBattleServerData(msg)
QiJieShiLianManager.battleResult = msg
UIManager.OpenPanel(UIName.BattlePanel, fightData, BATTLE_TYPE.QIJIE_FIGHT)
UIManager.OpenPanel(UIName.BattlePanel, fightData, BATTLE_TYPE.QIJIE_FIGHT):SetResult(msg.result)
end)
end

View File

@ -448,6 +448,7 @@ function TrialMapPanel:OnClose()
this.timer = nil
end
Util.ClearChild(this.s_grid.transform)
this.starGridList = {}
heroList={}
end