Browse Source

取消活动屏蔽

zhangyuqian 1 năm trước cách đây
mục cha
commit
32fedb7d5c
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      GameClient/Assets/Game/HotUpdate/Views/Poem/PoemView.cs

+ 0 - 1
GameClient/Assets/Game/HotUpdate/Views/Poem/PoemView.cs

@@ -44,7 +44,6 @@ namespace GFGGame
             bool isPhotoOpen = FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(PoemPhotoView).Name, false);
             bool isgalleryOpen = FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(PoemGalleryView).Name, false);
             _ui.m_TimeTracing.target.visible = ActivityDataManager.Instance.GetCurOpenActiveByType(21) == 0 ? false : true;
-            _ui.m_TimeTracing.target.visible = false;
             if (_ui.m_TimeTracing.target.visible == true)
             {
                 RedDotController.Instance.SetComRedDot(_ui.m_TimeTracing.target, TimeTracingDataManager.Instance.GetLevelRewardStatus() || TimeTracingDataManager.Instance.GetAllChapterReward());