Compare commits

...

2 Commits

Author SHA1 Message Date
杨号敬
105d6d8df3 Merge branch 'main' of http://shu.sheziwanglo.cn:3000/wulongxiao/_xiaofang 2024-12-26 22:29:18 +08:00
杨号敬
faa4d21d63 任务触发 2024-12-26 22:28:12 +08:00

View File

@ -109,8 +109,10 @@ public class TaskPanel : Base
TaskItem taskItem = taskItems.Find(t => t.overseeCond== taskId); TaskItem taskItem = taskItems.Find(t => t.overseeCond== taskId);
if (taskItem != null) if (taskItem != null)
{ {
Debug.Log(1111);
if (taskItem.ishow == 1) if (taskItem.ishow == 1)
{ {
Debug.Log(2222);
taskItem.gameObject.SetActive(true); taskItem.gameObject.SetActive(true);
} }