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