修改后提交

This commit is contained in:
高铎 2026-01-23 10:42:58 +08:00
parent b68503d473
commit 021244c8a1
8 changed files with 147943 additions and 6 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 62fa3678f7bd5c34dbcc8d73fea4c7dd
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -91967,7 +91967,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
m_IsActive: 1
--- !u!224 &1719639131
RectTransform:
m_ObjectHideFlags: 0
@ -91986,7 +91986,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0}
m_AnchorMax: {x: 0.5, y: 0}
m_AnchoredPosition: {x: -80, y: 310}
m_AnchoredPosition: {x: -110, y: 299}
m_SizeDelta: {x: 135, y: 50}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &1719639132
@ -107234,7 +107234,7 @@ RectTransform:
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0.5, y: 0}
m_AnchorMax: {x: 0.5, y: 0}
m_AnchoredPosition: {x: 0, y: 299}
m_AnchoredPosition: {x: 95, y: 299}
m_SizeDelta: {x: 135, y: 50}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &2038668973

View File

@ -35,7 +35,7 @@ namespace DongWuYiXue.QiGuanChaGuan
subBtn = transform.FindFirst<Button>("Submit");
subBtn.onClick.AddListener(Submit);
resetBtn = transform.FindFirst<Button>("Reset");
//resetBtn.onClick.AddListener(Reset);
resetBtn.onClick.AddListener(Reset);
maoZi = transform.FindFirst<Toggle>("1.一次性医用帽子");
kouZhao = transform.FindFirst<Toggle>("2.口罩");
@ -139,6 +139,7 @@ namespace DongWuYiXue.QiGuanChaGuan
imgSelectManagers[i].gameObject.SetActive(false);
}
}
rightAnswer = "";
}
public void ShowImgQuestion(int id, string stepName)
{