Explorar o código

推荐不算次数

zhaoyang %!s(int64=3) %!d(string=hai) anos
pai
achega
e7375903b7

+ 6 - 5
FGUIProject/assets/DressUp/DressUpFightUI.xml

@@ -80,15 +80,16 @@
       <relation target="" sidePair="bottom-bottom"/>
       <relation target="" sidePair="bottom-bottom"/>
       <Button title="推荐搭配"/>
       <Button title="推荐搭配"/>
     </component>
     </component>
-    <image id="n34_j48o" name="n34" src="j48o40" fileName="images/dz_dididcis.png" xy="153,1838" group="n38_8lqj">
+    <component id="n39_njn2" name="btnAutoPlay" src="jj0mdk" fileName="componentsDialog/Button2.xml" xy="172,1623" group="n38_8lqj">
+      <relation target="" sidePair="left-left,bottom-bottom"/>
+    </component>
+    <image id="n34_j48o" name="n34" src="j48o40" fileName="images/dz_dididcis.png" xy="153,1838" group="n43_egr1">
       <relation target="" sidePair="bottom-bottom"/>
       <relation target="" sidePair="bottom-bottom"/>
     </image>
     </image>
-    <text id="n26_bx8o" name="txtRecommendCount" xy="293,1843" size="327,44" group="n38_8lqj" fontSize="32" color="#fff7d4" align="center" vars="true" strokeColor="#c89c5d" text="今日剩余次数:{v1=10}/{v2=10}">
+    <text id="n26_bx8o" name="txtRecommendCount" xy="293,1843" size="327,44" group="n43_egr1" fontSize="32" color="#fff7d4" align="center" vars="true" strokeColor="#c89c5d" text="今日剩余次数:{v1=10}/{v2=10}">
       <relation target="" sidePair="bottom-bottom"/>
       <relation target="" sidePair="bottom-bottom"/>
     </text>
     </text>
-    <component id="n39_njn2" name="btnAutoPlay" src="jj0mdk" fileName="componentsDialog/Button2.xml" xy="172,1623" group="n38_8lqj">
-      <relation target="" sidePair="left-left,bottom-bottom"/>
-    </component>
+    <group id="n43_egr1" name="n43" xy="153,1838" size="568,56" group="n38_8lqj" visible="false" advanced="true"/>
     <group id="n38_8lqj" name="graContent" xy="0,0" size="1303,1920" advanced="true">
     <group id="n38_8lqj" name="graContent" xy="0,0" size="1303,1920" advanced="true">
       <gearDisplay controller="c1" pages="0"/>
       <gearDisplay controller="c1" pages="0"/>
     </group>
     </group>

+ 3 - 3
GameClient/Assets/Game/HotUpdate/FairyGUI/GenCode/DressUp/UI_DressUpFightUI.cs

@@ -31,8 +31,8 @@ namespace UI.DressUp
         public GButton m_btnSearch;
         public GButton m_btnSearch;
         public GButton m_btnNext;
         public GButton m_btnNext;
         public GButton m_btnRecommend;
         public GButton m_btnRecommend;
-        public GTextField m_txtRecommendCount;
         public GButton m_btnAutoPlay;
         public GButton m_btnAutoPlay;
+        public GTextField m_txtRecommendCount;
         public GGroup m_graContent;
         public GGroup m_graContent;
         public const string URL = "ui://mbo439wbqsvd2m";
         public const string URL = "ui://mbo439wbqsvd2m";
         public const string PACKAGE_NAME = "DressUp";
         public const string PACKAGE_NAME = "DressUp";
@@ -105,8 +105,8 @@ namespace UI.DressUp
             m_btnSearch = (GButton)comp.GetChild("btnSearch");
             m_btnSearch = (GButton)comp.GetChild("btnSearch");
             m_btnNext = (GButton)comp.GetChild("btnNext");
             m_btnNext = (GButton)comp.GetChild("btnNext");
             m_btnRecommend = (GButton)comp.GetChild("btnRecommend");
             m_btnRecommend = (GButton)comp.GetChild("btnRecommend");
-            m_txtRecommendCount = (GTextField)comp.GetChild("txtRecommendCount");
             m_btnAutoPlay = (GButton)comp.GetChild("btnAutoPlay");
             m_btnAutoPlay = (GButton)comp.GetChild("btnAutoPlay");
+            m_txtRecommendCount = (GTextField)comp.GetChild("txtRecommendCount");
             m_graContent = (GGroup)comp.GetChild("graContent");
             m_graContent = (GGroup)comp.GetChild("graContent");
         }
         }
         public void Dispose(bool disposeTarget = false)
         public void Dispose(bool disposeTarget = false)
@@ -140,8 +140,8 @@ namespace UI.DressUp
             m_btnSearch = null;
             m_btnSearch = null;
             m_btnNext = null;
             m_btnNext = null;
             m_btnRecommend = null;
             m_btnRecommend = null;
-            m_txtRecommendCount = null;
             m_btnAutoPlay = null;
             m_btnAutoPlay = null;
+            m_txtRecommendCount = null;
             m_graContent = null;
             m_graContent = null;
             if(disposeTarget && target != null)
             if(disposeTarget && target != null)
             {
             {

+ 1 - 1
GameClient/Assets/Game/HotUpdate/ServerProxy/InstanceZonesSProxy.cs

@@ -57,7 +57,7 @@ namespace GFGGame
                 LevelCfgId = levelCfgId,
                 LevelCfgId = levelCfgId,
                 Score = score,
                 Score = score,
                 NpcScore = npcScore,
                 NpcScore = npcScore,
-                UseRecommend = useRecomend
+                UseRecommend = false
             });
             });
             bool isFirstFinish = false;
             bool isFirstFinish = false;
             if (response != null)
             if (response != null)

BIN=BIN
GameClient/Assets/ResIn/UI/DressUp/DressUp_fui.bytes