From f66d0695014da92dc821e1b207a58ba733b1066c Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期五, 24 八月 2018 11:49:03 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/RolePromote/RolePromoteWin.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/System/RolePromote/RolePromoteWin.cs b/System/RolePromote/RolePromoteWin.cs
index dfb26f4..dd8e43e 100644
--- a/System/RolePromote/RolePromoteWin.cs
+++ b/System/RolePromote/RolePromoteWin.cs
@@ -88,7 +88,10 @@
         protected override void OnAfterClose()
         {
             CloseChild();
-            WindowCenter.Instance.Open<MainInterfaceWin>();
+            if (!WindowJumpMgr.Instance.IsJumpState)
+            {
+                WindowCenter.Instance.Open<MainInterfaceWin>();
+            }
         }
         #endregion
         private void OnResource()

--
Gitblit v1.8.0