浏览代码

查阅建档报错修改

zhangyuqian 1 年之前
父节点
当前提交
521b6b9d77
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      GameClient/Assets/Game/HotUpdate/Views/Studio/StudioFilingView.cs

+ 0 - 2
GameClient/Assets/Game/HotUpdate/Views/Studio/StudioFilingView.cs

@@ -96,7 +96,6 @@ namespace GFGGame
             EventAgent.RemoveEventListener(ConstMessage.FILLING_CHANGE_CHAPTER, UpdateView);
             EventAgent.RemoveEventListener(ConstMessage.NOTICE_LIMIT_CHANGED, OnLimitChanged);
             EventAgent.RemoveEventListener(ConstMessage.RED_CHANGE, UpdateRedDot);
-            EventAgent.RemoveEventListener(ConstMessage.STUDIO_FILING_UPDATE, UpdateView);
 
         }
 
@@ -223,7 +222,6 @@ namespace GFGGame
                 return;
             }
             ViewManager.Show<ClothingSyntheticView>(new object[] { _studioCfg.suitId }, false);
-            EventAgent.AddEventListener(ConstMessage.STUDIO_FILING_UPDATE, UpdateView);
             //if (_viewData == StudioDataManager.Instance.GetLuckyBoxActivityID())
             //{
             //    int _activityId = ActivityDataManager.Instance.GetCurOpenActiveByType(ConstLimitTimeActivityType.ActLimitLuckyBox);