少年修仙传客户端代码仓库
client_linchunjie
2019-04-18 007bfdb84aa18f1d3a9688d2ad70f840d2254d28
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))