From 775ef42a74553709f5574cd16c7e4b8f91a2e7fe Mon Sep 17 00:00:00 2001 From: zc <1062808664@qq.com> Date: Thu, 7 Nov 2024 22:49:10 +0800 Subject: [PATCH] =?UTF-8?q?add=EF=BC=9A=E6=B7=BB=E5=8A=A0UI=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Hotfix/UI/Logic/AnalysisReportUI.cs | 8 ++-- .../GameScript/Hotfix/UI/Logic/AnswerUI.cs | 48 +++++++++---------- .../GameScript/Hotfix/UI/Logic/BigTipsUI.cs | 21 ++++++++ .../Hotfix/UI/Logic/BigTipsUI.cs.meta | 3 ++ .../GameScript/Hotfix/UI/Logic/IntroduceUI.cs | 6 +-- .../GameScript/Hotfix/UI/Logic/MainUI.cs | 27 ++++++----- .../GameScript/Hotfix/UI/Logic/MinTipsUI.cs | 6 +-- .../GameScript/Hotfix/UI/Logic/TaskListUI.cs | 2 +- .../DemoGame/GameScript/Hotfix/UI/UIBase.cs | 5 ++ .../GameScript/Hotfix/UI/UIBinding.cs | 12 +++++ .../DemoGame/GameScript/Hotfix/UI/UIType.cs | 18 ++++--- Assets/DemoGame/GameScript/Loader/Global.cs | 6 ++- 12 files changed, 107 insertions(+), 55 deletions(-) create mode 100644 Assets/DemoGame/GameScript/Hotfix/UI/Logic/BigTipsUI.cs create mode 100644 Assets/DemoGame/GameScript/Hotfix/UI/Logic/BigTipsUI.cs.meta 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