浏览代码

推荐搭配记录

zhaoyang 2 年之前
父节点
当前提交
6b12ec0b7f
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      GameClient/Assets/Game/HotUpdate/Views/DressUp/DressUpFightView.cs

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

@@ -600,9 +600,9 @@ namespace GFGGame
             // MyDressUpHelper.PutOnRecommendItems();
             MyDressUpHelper.PutOnRecommendItems2();
             _ui.m_txtDressLimit.text = string.Format("饰品穿戴限制:{0}/{1}", MyDressUpHelper.GetCurrentOrnamentCount(), GlobalCfgArray.globalCfg.dressLimitCount);
-
-            UpdateListPartsSelected();
-            UpdateListSuitPartsSelected();
+            UpdateStepBtn(true);
+            // UpdateListPartsSelected();
+            // UpdateListSuitPartsSelected();
             UpdateScore();
             if (!CheckHasNeed())
             {