zhangyuqian 1 жил өмнө
parent
commit
e4d164930b

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

@@ -81,6 +81,8 @@ namespace GFGGame
             _ui.m_txtDesc.text = string.IsNullOrEmpty(itemCfg.desc) ? "暂无描述" : itemCfg.desc;
             _ui.m_loaIcon.url = ResPathUtil.GetIconPath(itemCfg);
             _ui.m_txtRmbCost.visible = false;
+            _ui.m_grpScore.visible = false;
+            _ui.m_listTag.visible = false;
 
             UpdateThItemList(itemCfg);
             _ui.m_listItem.numItems = _itemList.Count; //itemCfg.itemsArr.Length;