From 4d4e8cf55ee98c70a9bea4ec160ee5162a4383c9 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Tue, 28 Sep 2021 11:20:42 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=89=AF=E6=9C=AC=E6=88=98=E6=96=97?= =?UTF-8?q?=E3=80=91=E6=88=98=E6=96=97=E7=BB=93=E7=AE=97=E6=97=B6=E6=8A=A5?= =?UTF-8?q?=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/ManagedResources/~Lua/Modules/Popup/BattleWinPopup.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/BattleWinPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/BattleWinPopup.lua index 2dac32477c..1ae1548600 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/BattleWinPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/BattleWinPopup.lua @@ -112,7 +112,7 @@ function this.ShowBattleResultByMapFight() if m_battlePanel then m_battlePanel:ClosePanel() end - self:ClosePanel() + this:ClosePanel() Game.GlobalEvent:DispatchEvent(GameEvent.Bag.BagGold) end, 0, true, true) end)