From 007bfdb84aa18f1d3a9688d2ad70f840d2254d28 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 18 四月 2019 10:59:19 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/WindowJump/WindowJumpMgr.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/System/WindowJump/WindowJumpMgr.cs b/System/WindowJump/WindowJumpMgr.cs
index 7d09d46..4f35ab8 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -80,6 +80,12 @@
         for (int i = 0; i < windowKeys.Count; i++)
         {
             var key = windowKeys[i];
+            var type = WindowCenter.Instance.GetWindowType(key);
+            if (type >= WindowType.Tip && type <= WindowType.Loading)
+            {
+                continue;
+            }
+
             if (WindowCenter.Instance.IsOpen(key) && key != "NewBieWin")
             {
                 if (!openWindows.ContainsKey(jumpPhase))

--
Gitblit v1.8.0