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)