Browse Source

礼盒弹窗修改显示

zhangyuqian 1 year ago
parent
commit
e4d164930b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      GameClient/Assets/Game/HotUpdate/Views/Bag/BagExchangeView.cs

+ 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;