浏览代码

推荐搭配引导

zhaoyang 2 年之前
父节点
当前提交
da8901c221

+ 2 - 1
FGUIProject/assets/ClothingDecompose/ClothingDecomposeUI.xml

@@ -27,7 +27,8 @@
     </list>
     <text id="n21_qyr6" name="txtNone" xy="380,736" size="256,49" fontSize="36" color="#cfbf9c" vars="true" text="暂无物品可分解"/>
     <text id="n11_wlc2" name="txtShow" xy="301,1150" size="478,44" fontSize="32" color="#917960" align="center" ubb="true" autoSize="none" text="分解0件凡品可获得"/>
-    <list id="n12_wlc2" name="listReward" xy="36,1217" size="1008,263" layout="row" colGap="70" defaultItem="ui://h9mv1l71wlc24" align="center" autoClearItems="true">
+    <text id="n30_lrpa" name="txtTips" xy="299,1184" size="478,44" fontSize="32" color="#917960" align="center" ubb="true" autoSize="none" text="分解0件凡品可获得"/>
+    <list id="n12_wlc2" name="listReward" xy="36,1225" size="1008,255" layout="row" colGap="70" defaultItem="ui://h9mv1l71wlc24" align="center" autoClearItems="true">
       <item/>
       <item/>
       <item/>

+ 3 - 3
GameClient/Assets/Game/HotUpdate/Views/DressUp/DressUpFightView.cs

@@ -1289,9 +1289,9 @@ namespace GFGGame
             GuideController.TryGuide(_ui.m_btnHint, ConstGuideId.FIGHT_TIPS, 1, "这次换装需要获得别人的认可呢。");
             GuideController.TryCompleteGuide(ConstGuideId.FIGHT_TIPS, 1);
 
-            // GuideController.TryGuide(_ui.m_btnRecommend, ConstGuideId.AUTOPLAY_FIGHT, 1, "衣服太多难以选择,可以点击这里。");
-            // GuideController.TryGuide(_ui.m_btnAutoPlay, ConstGuideId.AUTOPLAY_FIGHT, 2, "勾选后,自动进行比拼哦~~");
-            GuideController.TryCompleteGuide(ConstGuideId.AUTOPLAY_FIGHT, 0);
+            GuideController.TryGuide(_ui.m_btnRecommend, ConstGuideId.AUTOPLAY_FIGHT, 1, "", -1, true, 0, true, true);
+            GuideController.TryCompleteGuideIndex(ConstGuideId.AUTOPLAY_FIGHT, 1);
+            GuideController.TryCompleteGuide(ConstGuideId.AUTOPLAY_FIGHT, 1);
 
         }