少年修仙传客户端代码仓库
client_Zxw
2019-01-17 369d2c3b7d332ee1cdd5dcef9995feae06018a0a
System/MainInterfacePanel/StoryTask.cs
@@ -192,6 +192,11 @@
        void ForwardButton()//剧情任务按钮
        {
            if (CrossServerUtility.IsCrossServerBoss())
            {
                SysNotifyMgr.Instance.ShowTip("CrossMap10");
                return;
            }
            _Text_TaskTarget.ExcuteHref();
            WindowCenter.Instance.CloseImmediately<TaskWin>();
            WindowCenter.Instance.Open<MainInterfaceWin>();