Browse Source

摘星减少一个关闭回调

huangxiaoyue 1 year ago
parent
commit
de90181d8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/CommonGame/SuitItemView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/CommonGame/SuitItemView.cs

@@ -79,7 +79,7 @@ namespace GFGGame
                     ViewManager.Show<GetSuitItemVIew>(suitID);
                 }
                 this.Hide();
-                EventAgent.DispatchEvent(ConstMessage.LUCKY_BOX_SHOW_VIEW_CLOSE);
+                //EventAgent.DispatchEvent(ConstMessage.LUCKY_BOX_SHOW_VIEW_CLOSE);
             }
         }