zhaoyang 2 жил өмнө
parent
commit
9bb6c59f32

+ 1 - 1
FGUIProject/assets/CommonGame/components/ComTipsBase.xml

@@ -4,8 +4,8 @@
     <text id="n1_s2cc" name="txtName" xy="65,50" size="186,61" fontSize="46" color="#8a7253" autoClearText="true" text="物品名字"/>
     <text id="n3_s2cc" name="txtOwned" xy="742,72" pivot="1,0" size="139,41" fontSize="30" color="#90877f" vars="true" text="已拥有:{count=20}"/>
     <image id="n7_si5z" name="n7" src="si5ztig" fileName="imgnew/tc_xiant.png" xy="56,122"/>
-    <loader id="n6_ohbx" name="loaRarity" xy="249,156" size="44,94" url="ui://eg2y0ldpd4iw4z" autoSize="true"/>
     <loader id="n8_si5z" name="loaIcon" xy="187,270" pivot="0.5,0.5" anchor="true" size="200,200" aspect="true" autoSize="true"/>
+    <loader id="n6_ohbx" name="loaRarity" xy="249,156" size="44,94" url="ui://eg2y0ldpd4iw4z" autoSize="true"/>
     <image id="n10_si5z" name="n10" src="si5ztia" fileName="imgnew/tc_kuangk.png" xy="357,159"/>
     <text id="n9_si5z" name="txtDesc" xy="375,181" size="506,166" fontSize="30" color="#998a79" ubb="true" autoSize="none" autoClearText="true" text="手机课程很快就要开课咯!!同学们有没有很期待哇过 几天课上见昂!!28节课希望大家都可以跟下来一起度 过有趣儿的两个月吧。"/>
     <image id="n11_si5z" name="n11" src="842s6h" fileName="imagesExport/kp_sx_1.png" xy="75,400" size="50,50" group="n19_si5z"/>

+ 3 - 3
GameClient/Assets/Game/HotUpdate/FairyGUI/GenCode/CommonGame/UI_ComTipsBase.cs

@@ -9,8 +9,8 @@ namespace UI.CommonGame
         public GComponent target;
         public GTextField m_txtName;
         public GTextField m_txtOwned;
-        public GLoader m_loaRarity;
         public GLoader m_loaIcon;
+        public GLoader m_loaRarity;
         public GTextField m_txtDesc;
         public GTextField m_txtGong;
         public GTextField m_txtShang;
@@ -66,8 +66,8 @@ namespace UI.CommonGame
         {
             m_txtName = (GTextField)comp.GetChild("txtName");
             m_txtOwned = (GTextField)comp.GetChild("txtOwned");
-            m_loaRarity = (GLoader)comp.GetChild("loaRarity");
             m_loaIcon = (GLoader)comp.GetChild("loaIcon");
+            m_loaRarity = (GLoader)comp.GetChild("loaRarity");
             m_txtDesc = (GTextField)comp.GetChild("txtDesc");
             m_txtGong = (GTextField)comp.GetChild("txtGong");
             m_txtShang = (GTextField)comp.GetChild("txtShang");
@@ -79,8 +79,8 @@ namespace UI.CommonGame
         {
             m_txtName = null;
             m_txtOwned = null;
-            m_loaRarity = null;
             m_loaIcon = null;
+            m_loaRarity = null;
             m_txtDesc = null;
             m_txtGong = null;
             m_txtShang = null;

BIN
GameClient/Assets/ResIn/UI/CommonGame/CommonGame_fui.bytes