| | |
| | |
|
| | | itemIcon.SetActive(true);
|
| | | bgIcon.SetActive(true);
|
| | | itemIcon.SetSprite(config.IconKey);
|
| | | itemIcon.SetOrgSprite(config.IconKey);
|
| | | ItemConfig itemConfig = ItemConfig.Get(itemId);
|
| | | bgIcon.SetItemBackGround(ItemLogicUtility.Instance.GetItemQuality(itemId, useDataDic));
|
| | | if (packModel.textCountShow.ContainsKey(itemId))
|
| | |
| | | // break;
|
| | | // }
|
| | |
|
| | | //待策划确定
|
| | | if (config.Type == (int)ItemType.Hero)
|
| | | {
|
| | | var heroConfig = HeroConfig.Get(itemId);
|
| | |
| | | {
|
| | | countryIcon.SetActive(false);
|
| | | }
|
| | | // pieceIcon.SetActive(); //待策划确定
|
| | | // pieceIcon.SetActive(); |
| | | }
|
| | |
|
| | | // / <summary>
|