Pārlūkot izejas kodu

蜃中楼特效

zhaoyang 2 gadi atpakaļ
vecāks
revīzija
da592429df

+ 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; ;