Browse Source

恢复时光回溯活动按钮

zhangyuqian 1 year ago
parent
commit
eaaa5198d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/Poem/PoemView.cs

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

@@ -43,7 +43,7 @@ namespace GFGGame
 
 
             bool isPhotoOpen = FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(PoemPhotoView).Name, false);
             bool isPhotoOpen = FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(PoemPhotoView).Name, false);
             bool isgalleryOpen = FunctionOpenDataManager.Instance.CheckIsFunOpenById(typeof(PoemGalleryView).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 = ActivityDataManager.Instance.GetCurOpenActiveByType(21) == 0 ? false : true;
             _ui.m_TimeTracing.target.visible = false;
             _ui.m_TimeTracing.target.visible = false;
             if (_ui.m_TimeTracing.target.visible == true)
             if (_ui.m_TimeTracing.target.visible == true)
             {
             {