فهرست منبع

蜃中楼特效

zhaoyang 2 سال پیش
والد
کامیت
da592429df
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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);
             LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.CHUN_ZHONG_LOU, 1);
             if (isOpen) return;
             if (isOpen) return;
             isOpen = true;
             isOpen = true;
-            _ui.m_btnMain.m_holder1.visible = true;
+            // _ui.m_btnMain.m_holder1.visible = true;
             // Timers.inst.Add(effectTime, 1, (param) =>
             // Timers.inst.Add(effectTime, 1, (param) =>
             // {
             // {
-            _ui.m_btnMain.m_holder1.visible = false;
+            // _ui.m_btnMain.m_holder1.visible = false;
             // this.Hide();
             // this.Hide();
             ViewManager.Show(ViewName.STORY_CHAPTER_LIST_VIEW, null, new object[] { ViewName.MAINUI_VIEW, this.viewData });
             ViewManager.Show(ViewName.STORY_CHAPTER_LIST_VIEW, null, new object[] { ViewName.MAINUI_VIEW, this.viewData });
             isOpen = false; ;
             isOpen = false; ;