轩辕宝镜问题修改 同步常规
parent
61a7e6f224
commit
7bf146d415
|
@ -208,7 +208,7 @@ function this:BindEvent()
|
|||
if BattleManager.IsCanOperate() and not BattleLogic.IsEnd then
|
||||
BattleView.EndBattle()
|
||||
BattleLogic.IsEnd = true
|
||||
this:ClosePanel()
|
||||
--this:ClosePanel()
|
||||
end
|
||||
end)
|
||||
|
||||
|
@ -639,7 +639,7 @@ function this.ShowBattleResult(result, msg)
|
|||
UIManager.OpenPanel(UIName.BattleWinPopup, this, isBack, fightType, this.lastBattleResult)
|
||||
end
|
||||
else
|
||||
LogRed("result:"..tostring(result))
|
||||
LogRed("result==============================================:"..tostring(result))
|
||||
if result == 0 then -- 失败
|
||||
local haveRecord = BattleRecordManager.isHaveRecord()
|
||||
UIManager.OpenPanel(UIName.BattleFailPopup, this, haveRecord,nil,fightType)
|
||||
|
|
Loading…
Reference in New Issue