少年修仙传客户端代码仓库
client_Wu Xijin
2018-09-05 8bf4170380141a10dd8550892f566b2ba4c2dd64
Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
3个文件已修改
13 ■■■■■ 已修改文件
System/MainInterfacePanel/FlyingShoesTask.cs 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/StoryMissions.cs 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/TaskListTip.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/MainInterfacePanel/FlyingShoesTask.cs
@@ -343,16 +343,13 @@
        {
            Task_ID = TaskID;
            TypeAssignment();
            if (TaskID == taskmodel.GetNowTaskID)
            {
                m_ImgSelected.SetActive(true);
                for (int i = 0; i < m_parent.childCount; i++)
                {
                    int taskID1 = m_parent.GetChild(i).GetComponent<TaskType>().TaskID;
                    if (TaskID != taskID1)
                    {
                        m_parent.GetChild(i).GetComponent<FlyingShoesTask>().ImgSelected.SetActive(false);
                    }
                if (taskID1 == taskmodel.GetNowTaskID)
                {
                    m_parent.GetChild(i).GetComponent<FlyingShoesTask>().ImgSelected.SetActive(true);
                }
            }
            m_DeliveryButton.gameObject.SetActive(true);
System/MainInterfacePanel/StoryMissions.cs
@@ -163,9 +163,7 @@
            {
                DebugEx.LogError("任务表格PyTaskInfo配置缺失");
            }
        }
    }
System/MainInterfacePanel/TaskListTip.cs
@@ -279,7 +279,7 @@
            {
                GameObject childObj = Content.GetChild(i).gameObject;
                TaskType childObjTaskType = Content.GetChild(i).gameObject.GetComponent<TaskType>();
                childObj.GetComponent<FlyingShoesTask>().ImgSelected.SetActive(false);
            //    childObj.GetComponent<FlyingShoesTask>().ImgSelected.SetActive(false);
                if (i < _list.Count)
                {
                    if (!childObj.activeSelf)