diff --git a/Assets/DemoGame/GameScript/Hotfix/UI/Logic/AnalysisReportUI.cs b/Assets/DemoGame/GameScript/Hotfix/UI/Logic/AnalysisReportUI.cs index 92b2f79..9501e91 100644 --- a/Assets/DemoGame/GameScript/Hotfix/UI/Logic/AnalysisReportUI.cs +++ b/Assets/DemoGame/GameScript/Hotfix/UI/Logic/AnalysisReportUI.cs @@ -17,10 +17,10 @@ namespace ZC public override void Init() { base.Init(); - this.txt_Title = self.transform.FindChildDeep("txt_Title"); - this.txt_Content = self.transform.FindChildDeep("txt_Content"); - this.img_Pic = self.transform.FindChildDeep("img_Pic"); - this.btn_Close = self.transform.FindChildDeep