少年修仙传客户端代码仓库
client_linchunjie
2018-09-20 0bf7d26bfb96a6fcb812fb51fc4030edc3e27de3
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