少年修仙传客户端代码仓库
client_Hale
2018-09-14 079ecd71b24f5bf9aac653f18f76d4670bcd169e
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());//功能预告
            }
        }