From 38f41e75176984443cbc1774e4f2755397b9fca2 Mon Sep 17 00:00:00 2001 From: gaoxin Date: Mon, 27 Sep 2021 16:57:40 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=88=98=E6=96=97=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=97=A0=E5=B0=BD=E5=89=AF=E6=9C=AC=E6=88=98=E6=96=97?= =?UTF-8?q?=E7=BB=93=E6=9D=9F=E5=90=8E=E6=8A=A5=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 c1ca3c1a8a..2dac32477c 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/BattleWinPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/BattleWinPopup.lua @@ -156,7 +156,7 @@ function this.ShowBattleResultByEndless() if m_battlePanel then m_battlePanel:ClosePanel() end - self:ClosePanel() + this:ClosePanel() Game.GlobalEvent:DispatchEvent(GameEvent.Bag.BagGold) end,0, true, true) end)