From e5e4ca058e22a1423c72c4d4cae5b5dffe98f53d Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 18 四月 2019 10:38:01 +0800
Subject: [PATCH] 3335 修改界面跳转规则。
---
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