diff --git a/Assets/_Scripts/Application/QiGuanChaGuan/UI/ImgSelectQuestionPanelTwo.cs b/Assets/_Scripts/Application/QiGuanChaGuan/UI/ImgSelectQuestionPanelTwo.cs index fa12450..82ffa90 100644 --- a/Assets/_Scripts/Application/QiGuanChaGuan/UI/ImgSelectQuestionPanelTwo.cs +++ b/Assets/_Scripts/Application/QiGuanChaGuan/UI/ImgSelectQuestionPanelTwo.cs @@ -139,6 +139,12 @@ namespace DongWuYiXue.QiGuanChaGuan imgSelectManagers[i].gameObject.SetActive(false); } } + GameManager.Instance.transform.parent.FindFirst("Model").FindFirst("SM_nanyisheng:Scrub_Cap").SetActive(false); + GameManager.Instance.transform.parent.FindFirst("Model").FindFirst("SM_nanyisheng:Short_blowback").SetActive(true); + GameManager.Instance.transform.parent.FindFirst("Model").FindFirst("SM_nanyisheng:FaceMask").SetActive(false); + GameManager.Instance.transform.parent.FindFirst("Model").FindFirst("SM_nanyisheng:SM_shoushufu").SetActive(false); + GameManager.Instance.transform.parent.FindFirst("Model").FindFirst("SM_nanyisheng:SM_shoutao").SetActive(false); + rightAnswer = ""; } public void ShowImgQuestion(int id, string stepName) diff --git a/msc/069ff7edfa99257b1e2ff25853437b0e/kivw.dat b/msc/069ff7edfa99257b1e2ff25853437b0e/kivw.dat index 1aa4b28..adfb7fb 100644 Binary files a/msc/069ff7edfa99257b1e2ff25853437b0e/kivw.dat and b/msc/069ff7edfa99257b1e2ff25853437b0e/kivw.dat differ