From 9a3ef2bf71bbc53647b0e462fe614a4f33dbac6c Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1545929779@qq.com> Date: Thu, 16 May 2024 15:40:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A9=E8=BE=95=E5=AE=9D=E9=95=9C=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E6=94=B9=20=20=E5=90=8C=E6=AD=A5=E5=B8=B8?= =?UTF-8?q?=E8=A7=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 7bf146d415a1edf0f73ae0963b93cd8eea8bcde6) --- .../ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua b/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua index 95495d476c..6eb371dea8 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua @@ -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)