| System/MainInterfacePanel/FlyingShoesTask.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| System/MainInterfacePanel/StoryMissions.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
| System/MainInterfacePanel/TaskListTip.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/MainInterfacePanel/FlyingShoesTask.cs
@@ -343,16 +343,13 @@ { Task_ID = TaskID; TypeAssignment(); if (TaskID == taskmodel.GetNowTaskID) for (int i = 0; i < m_parent.childCount; i++) { m_ImgSelected.SetActive(true); for (int i = 0; i < m_parent.childCount; i++) int taskID1 = m_parent.GetChild(i).GetComponent<TaskType>().TaskID; m_parent.GetChild(i).GetComponent<FlyingShoesTask>().ImgSelected.SetActive(false); if (taskID1 == taskmodel.GetNowTaskID) { int taskID1 = m_parent.GetChild(i).GetComponent<TaskType>().TaskID; if (TaskID != taskID1) { m_parent.GetChild(i).GetComponent<FlyingShoesTask>().ImgSelected.SetActive(false); } 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)