|
@@ -120,6 +120,7 @@ namespace GHZLangChao
|
|
|
ItemUIList[int.Parse(item.Key) - 1].text = item.Key + "、" + item.Value.question;
|
|
|
if (InspectionInfo.steps.ContainsKey(item.Key)) //是否执行到此步骤
|
|
|
{
|
|
|
+ toggleBoolList[int.Parse(item.Key) - 1] = true;
|
|
|
ItemList[int.Parse(item.Key) - 1].InitData(int.Parse(item.Key), InspectionInfo.id, InspectionInfo.steps[item.Key]);
|
|
|
}
|
|
|
else
|
|
@@ -203,7 +204,8 @@ namespace GHZLangChao
|
|
|
return;
|
|
|
}
|
|
|
}
|
|
|
- back();
|
|
|
+ EndUI_go.SetActive(true);
|
|
|
+ //back();
|
|
|
}
|
|
|
|
|
|
public void SetToogleBool(int index)
|