少年修仙传客户端代码仓库
client_Wu Xijin
2018-11-23 e5a72da1292655e529f598c7b1f5a5d5ce4777f3
System/MainInterfacePanel/FlyingShoesTask.cs
@@ -169,7 +169,7 @@
                    {
                        HeroAIRecorder.ClearRecord();
                        ContentText.ExcuteHref();
                        TaskAllocation.Instance.TaskTime = DateTime.Now;
                        TaskAllocation.Instance.TaskTime = TimeUtility.ServerNow;
                        OpenPanel(Task_ID);
                    }
                   
@@ -283,14 +283,14 @@
            if (ModelCenter.Instance.GetModel<VipModel>().GetVipPrivilegeCnt(VipPrivilegeType.FreeTransfer) > 0)
            {
                HeroAIRecorder.ClearRecord();
                TaskAllocation.Instance.TaskTime= DateTime.Now;
                TaskAllocation.Instance.TaskTime= TimeUtility.ServerNow;
                m_ContentText.ExcuteHref(1);
                return;
            }
            if (itemNumber > 0)
            {
                HeroAIRecorder.ClearRecord();
                TaskAllocation.Instance.TaskTime = DateTime.Now;
                TaskAllocation.Instance.TaskTime = TimeUtility.ServerNow;
                m_ContentText.ExcuteHref(1);
            }
            else
@@ -301,7 +301,7 @@
                    if (NeedMoney >= 1)
                    {
                        HeroAIRecorder.ClearRecord();
                        TaskAllocation.Instance.TaskTime = DateTime.Now;
                        TaskAllocation.Instance.TaskTime = TimeUtility.ServerNow;
                        m_ContentText.ExcuteHref(1);
                    }
                    else