From a3a8277390c8f8875ebd104641f6cce93e5aa5df Mon Sep 17 00:00:00 2001 From: wangzhenxing Date: Fri, 13 Jan 2023 14:41:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=98=E6=96=97=E8=A1=A8=E7=8E=B0=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua b/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua index 224075fbce..25c6a1d607 100644 --- a/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Battle/View/BattlePanel.lua @@ -208,6 +208,7 @@ function this:BindEvent() if BattleManager.IsCanOperate() and not BattleLogic.IsEnd then BattleView.EndBattle() BattleLogic.IsEnd = true + this:ClosePanel() end end)