Browse Source

监听报错

zhaoyang 2 years ago
parent
commit
a85566fa54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/League/LeagueGiftView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/League/LeagueGiftView.cs

@@ -71,7 +71,7 @@ namespace GFGGame
         protected override void RemoveEventListener()
         {
             base.RemoveEventListener();
-            EventAgent.RemoveEventListener(ConstMessage.NUMERIC_CHANGE, UpdateBuyList);
+            EventAgent.RemoveEventListener(ConstMessage.NUMERIC_CHANGE, UpdateView);
             EventAgent.RemoveEventListener(ConstMessage.LEAGUE_NUMBERIC_CHANGE, UpdateView);
         }
         private void OnBtnBackClick()