少年修仙传客户端代码仓库
client_linchunjie
2018-11-23 09354f7b3a308247924889947d4d9ea2ea0e552b
System/MainInterfacePanel/FlyingShoesTask.cs
@@ -9,6 +9,7 @@
using System.Collections.Generic;
using Snxxz.UI;
using System.Text.RegularExpressions;
using System;
//关于飞鞋任务
namespace Snxxz.UI
{
@@ -168,6 +169,7 @@
                    {
                        HeroAIRecorder.ClearRecord();
                        ContentText.ExcuteHref();
                        TaskAllocation.Instance.TaskTime = DateTime.Now;
                        OpenPanel(Task_ID);
                    }
                   
@@ -281,12 +283,14 @@
            if (ModelCenter.Instance.GetModel<VipModel>().GetVipPrivilegeCnt(VipPrivilegeType.FreeTransfer) > 0)
            {
                HeroAIRecorder.ClearRecord();
                TaskAllocation.Instance.TaskTime= DateTime.Now;
                m_ContentText.ExcuteHref(1);
                return;
            }
            if (itemNumber > 0)
            {
                HeroAIRecorder.ClearRecord();
                TaskAllocation.Instance.TaskTime = DateTime.Now;
                m_ContentText.ExcuteHref(1);
            }
            else
@@ -297,6 +301,7 @@
                    if (NeedMoney >= 1)
                    {
                        HeroAIRecorder.ClearRecord();
                        TaskAllocation.Instance.TaskTime = DateTime.Now;
                        m_ContentText.ExcuteHref(1);
                    }
                    else