轩辕宝镜问题修改 同步常规

tcx_xiyou_bt_ios
PC-202302260912\Administrator 2024-05-16 15:40:11 +08:00
parent 61a7e6f224
commit 7bf146d415
1 changed files with 2 additions and 2 deletions

View File

@ -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)