Browse Source

背包兑换不显示消耗

zhaoyang 2 years ago
parent
commit
b5b679b8f3
1 changed files with 2 additions and 1 deletions
  1. 2 1
      GameClient/Assets/Game/HotUpdate/Views/Bag/BagExchangeView.cs

+ 2 - 1
GameClient/Assets/Game/HotUpdate/Views/Bag/BagExchangeView.cs

@@ -78,7 +78,8 @@ namespace GFGGame
             RarityIconController.UpdateRarityIcon(_ui.m_loaRarity, itemCfg.id, false);
             _ui.m_loaRarity.visible = itemCfg.itemType == ConstItemType.DRESS_UP;
             _ui.m_txtExchangeCount.visible = false;
-            _ui.m_comCost.target.visible = true;
+            _ui.m_comCost.target.visible = false;
+
         }
 
         private void UpdateUseView()