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