蓝色星空 1 year ago
parent
commit
6fb2d39b4c
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Assets/Game/ShowXunJian/StartXunJian.cs

+ 3 - 1
Assets/Game/ShowXunJian/StartXunJian.cs

@@ -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)