소스 검색

监听报错

zhaoyang 2 년 전
부모
커밋
a85566fa54
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()