From ce391256ed9cb82bfda5449373e0cfe927f0e405 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <419983115@qq.com> Date: Tue, 9 Sep 2025 23:10:47 +0800 Subject: [PATCH] 1 --- .../ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua b/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua index 7bf37827f7..123b76999d 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua @@ -215,9 +215,10 @@ function this:BindEvent() return end if BattleManager.IsCanOperate() and not BattleLogic.IsEnd then + --this:ClosePanel() BattleView.EndBattle() BattleLogic.IsEnd = true - this:ClosePanel() + --this:ClosePanel() end end) end @@ -1016,6 +1017,7 @@ end --界面关闭时调用(用于子类重写) function this:OnClose() + LogError("dddddddddddddddddddddd") BattleView:OnClose() -- 停止音效 --if this.resultSoundAudio then