Kaynağa Gözat

章节item文字不清晰

zhangyuqian 1 yıl önce
ebeveyn
işleme
9c915c2166

+ 3 - 3
GameClient/Assets/Game/HotUpdate/FairyGUI/GenCode/Main/UI_CompDialogHead.cs

@@ -8,9 +8,9 @@ namespace UI.Main
     {
         public GComponent target;
         public GLoader m_bg;
-        public GTextField m_txtName;
         public UI_Component1 m_compDressUp;
         public UI_ComponentHead m_comphead;
+        public GTextField m_txtName;
         public GTextField m_txtContent;
         public UI_CompArrow m_iconNext;
         public const string URL = "ui://mfvz4q8kuftz9fvc";
@@ -61,20 +61,20 @@ namespace UI.Main
         private void Init(GComponent comp)
         {
             m_bg = (GLoader)comp.GetChild("bg");
-            m_txtName = (GTextField)comp.GetChild("txtName");
             m_compDressUp = (UI_Component1)UI_Component1.Create(comp.GetChild("compDressUp"));
             m_comphead = (UI_ComponentHead)UI_ComponentHead.Create(comp.GetChild("comphead"));
+            m_txtName = (GTextField)comp.GetChild("txtName");
             m_txtContent = (GTextField)comp.GetChild("txtContent");
             m_iconNext = (UI_CompArrow)UI_CompArrow.Create(comp.GetChild("iconNext"));
         }
         public void Dispose(bool disposeTarget = false)
         {
             m_bg = null;
-            m_txtName = null;
             m_compDressUp.Dispose();
             m_compDressUp = null;
             m_comphead.Dispose();
             m_comphead = null;
+            m_txtName = null;
             m_txtContent = null;
             m_iconNext.Dispose();
             m_iconNext = null;

BIN
GameClient/Assets/ResIn/UI/Main/Main_fui.bytes