少年修仙传客户端代码仓库
client_Zxw
2018-09-14 3bd8d2d6eaa12152310338596baeefadee797617
System/MainInterfacePanel/MainInterfaceWin.cs
@@ -343,7 +343,7 @@
            m_HighSettingTip.AfterOpen();
            m_ChatTip.OnAfterOpen();
            HandleAchievement();
            featureNoticeModel.WhetherToPlayTheBox();
            StartCoroutine(featureNoticeModel.WhetherToPlayTheBox());//功能预告
        }
        protected override void OnPreClose()
@@ -892,7 +892,7 @@
            ArticleExperience();//关于经验条
            if (_tCDBPlayerRefresh == PlayerDataRefresh.LV)
            {
                featureNoticeModel.WhetherToPlayTheBox();
                StartCoroutine(featureNoticeModel.WhetherToPlayTheBox());//功能预告
            }
        }