Browse Source

取消活动屏蔽

zhangyuqian 1 year ago
parent
commit
32fedb7d5c
1 changed files with 0 additions and 1 deletions
  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());