From feedf72bd286854500a76dda886828653a884898 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期五, 14 九月 2018 17:55:42 +0800
Subject: [PATCH] 3488 【前端】【1.0.15】【1.1.0】功能预告优化

---
 System/MainInterfacePanel/FunctionForecastTip.cs |    1 +
 System/MainInterfacePanel/FeatureNoticeModel.cs  |    1 +
 System/MainInterfacePanel/FeatureNoticeWin.cs    |    2 +-
 3 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/System/MainInterfacePanel/FeatureNoticeModel.cs b/System/MainInterfacePanel/FeatureNoticeModel.cs
index e2d44ab..ddc66b6 100644
--- a/System/MainInterfacePanel/FeatureNoticeModel.cs
+++ b/System/MainInterfacePanel/FeatureNoticeModel.cs
@@ -255,6 +255,7 @@
                    var IsOpenFeatureNotice = WindowCenter.Instance.CheckOpen<FeatureNoticeWin>();
                     if (!IsOpenFeatureNotice)
                     {
+                        WindowCenter.Instance.Close<MainInterfaceWin>();
                         WindowCenter.Instance.Open<FeatureNoticeWin>();
                     }              
                 }
diff --git a/System/MainInterfacePanel/FeatureNoticeWin.cs b/System/MainInterfacePanel/FeatureNoticeWin.cs
index 68ae3d2..9430245 100644
--- a/System/MainInterfacePanel/FeatureNoticeWin.cs
+++ b/System/MainInterfacePanel/FeatureNoticeWin.cs
@@ -89,7 +89,7 @@
             {
                 featureNoticeModel.redPointStre1.state = RedPointState.None;
             }
-            
+            WindowCenter.Instance.Open<MainInterfaceWin>();
         }
         private void treasureStageUpEvent(int obj)
         {
diff --git a/System/MainInterfacePanel/FunctionForecastTip.cs b/System/MainInterfacePanel/FunctionForecastTip.cs
index 5a8e9e5..676f411 100644
--- a/System/MainInterfacePanel/FunctionForecastTip.cs
+++ b/System/MainInterfacePanel/FunctionForecastTip.cs
@@ -115,6 +115,7 @@
        
         void FunctionIconBtn()//闈㈡澘寮�鍚�
         {
+            WindowCenter.Instance.Close<MainInterfaceWin>();
             WindowCenter.Instance.Open<FeatureNoticeWin>();
         }
     }

--
Gitblit v1.8.0