From 0bf7d26bfb96a6fcb812fb51fc4030edc3e27de3 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 20 九月 2018 15:34:35 +0800
Subject: [PATCH] 3684【前端】被动技能任务点击弹窗
---
System/MainInterfacePanel/TaskAllocation.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/System/MainInterfacePanel/TaskAllocation.cs b/System/MainInterfacePanel/TaskAllocation.cs
index c465f5b..87b4f0b 100644
--- a/System/MainInterfacePanel/TaskAllocation.cs
+++ b/System/MainInterfacePanel/TaskAllocation.cs
@@ -133,6 +133,10 @@
if (Gold >= NeedMoney)
{
taskmodel.CompletionOfTask(TaskID);
+ if (WindowCenter.Instance.CheckOpen<SkillPanel>())
+ {
+ return;
+ }
WindowJumpMgr.Instance.WindowJumpTo(JumpUIType.SkillFunc2);
}
else
--
Gitblit v1.8.0