少年修仙传客户端代码仓库
client_Zxw
2018-09-14 feedf72bd286854500a76dda886828653a884898
3488 【前端】【1.0.15】【1.1.0】功能预告优化
3个文件已修改
4 ■■■ 已修改文件
System/MainInterfacePanel/FeatureNoticeModel.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/FeatureNoticeWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/FunctionForecastTip.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/FeatureNoticeModel.cs
@@ -255,6 +255,7 @@
                   var IsOpenFeatureNotice = WindowCenter.Instance.CheckOpen<FeatureNoticeWin>();
                    if (!IsOpenFeatureNotice)
                    {
                        WindowCenter.Instance.Close<MainInterfaceWin>();
                        WindowCenter.Instance.Open<FeatureNoticeWin>();
                    }              
                }
System/MainInterfacePanel/FeatureNoticeWin.cs
@@ -89,7 +89,7 @@
            {
                featureNoticeModel.redPointStre1.state = RedPointState.None;
            }
            WindowCenter.Instance.Open<MainInterfaceWin>();
        }
        private void treasureStageUpEvent(int obj)
        {
System/MainInterfacePanel/FunctionForecastTip.cs
@@ -115,6 +115,7 @@
       
        void FunctionIconBtn()//面板开启
        {
            WindowCenter.Instance.Close<MainInterfaceWin>();
            WindowCenter.Instance.Open<FeatureNoticeWin>();
        }
    }