From 628795e89590ad0e0e6f35213c2a6c60b0f8ebf2 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 12 二月 2019 11:54:53 +0800
Subject: [PATCH] 3335 窗口重构完整提交。

---
 System/MainInterfacePanel/ChatFrame.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/System/MainInterfacePanel/ChatFrame.cs b/System/MainInterfacePanel/ChatFrame.cs
index d1f5696..a451eb3 100644
--- a/System/MainInterfacePanel/ChatFrame.cs
+++ b/System/MainInterfacePanel/ChatFrame.cs
@@ -304,7 +304,7 @@
                 AutoImg.SetActive(true);
                 if (WindowCenter.Instance.IsOpen<ExperienceOpenWin>())
                 {
-                    WindowCenter.Instance.CloseImmediately<ExperienceOpenWin>();
+                    WindowCenter.Instance.Close<ExperienceOpenWin>();
                 }
 
             }
@@ -315,7 +315,7 @@
             //MainRedDot.Instance.redPointFriendChat.state = RedPointState.None;
             //ChatCtrl.Inst.presentChatType = ChatInfoType.Friend;
             //WindowCenter.Instance.Open<ChatWin>();
-            WindowCenter.Instance.CloseImmediately<MainInterfaceWin>();
+            WindowCenter.Instance.Close<MainInterfaceWin>();
             WindowCenter.Instance.Open<SocialWin>();
         }
 
@@ -442,7 +442,7 @@
                 {
                     if (WindowCenter.Instance.IsOpen<ExperienceOpenWin>())
                     {
-                        WindowCenter.Instance.CloseImmediately<ExperienceOpenWin>();
+                        WindowCenter.Instance.Close<ExperienceOpenWin>();
                     }
 
                     _hero.Behaviour.StopHandupAI(true);

--
Gitblit v1.8.0