Browse Source

蜃中楼特效

zhaoyang 2 years ago
parent
commit
da592429df
1 changed files with 2 additions and 2 deletions
  1. 2 2
      GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

@@ -365,10 +365,10 @@ namespace GFGGame
             LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.CHUN_ZHONG_LOU, 1);
             if (isOpen) return;
             isOpen = true;
-            _ui.m_btnMain.m_holder1.visible = true;
+            // _ui.m_btnMain.m_holder1.visible = true;
             // Timers.inst.Add(effectTime, 1, (param) =>
             // {
-            _ui.m_btnMain.m_holder1.visible = false;
+            // _ui.m_btnMain.m_holder1.visible = false;
             // this.Hide();
             ViewManager.Show(ViewName.STORY_CHAPTER_LIST_VIEW, null, new object[] { ViewName.MAINUI_VIEW, this.viewData });
             isOpen = false; ;