diff --git a/xiaofang/Assets/Res/HYLUI/TaskPanel.cs b/xiaofang/Assets/Res/HYLUI/TaskPanel.cs index 3ec1bc84..897c0393 100644 --- a/xiaofang/Assets/Res/HYLUI/TaskPanel.cs +++ b/xiaofang/Assets/Res/HYLUI/TaskPanel.cs @@ -109,8 +109,10 @@ public class TaskPanel : Base TaskItem taskItem = taskItems.Find(t => t.overseeCond== taskId); if (taskItem != null) { + Debug.Log(1111); if (taskItem.ishow == 1) { + Debug.Log(2222); taskItem.gameObject.SetActive(true); }