|
@@ -87,13 +87,13 @@ namespace Fort23.Mono
|
|
// txtLv.text = itemInfo.eqInfo.level + "级";
|
|
// txtLv.text = itemInfo.eqInfo.level + "级";
|
|
txtLv.text = LanguageManager.Instance.Text(161, itemInfo.eqInfo.level);
|
|
txtLv.text = LanguageManager.Instance.Text(161, itemInfo.eqInfo.level);
|
|
}
|
|
}
|
|
- else if (itemInfo.config.itemTyp == 5)
|
|
|
|
- {
|
|
|
|
- heroShards.SetActive(true);
|
|
|
|
- icon.gameObject.SetActive(false);
|
|
|
|
- heroShardsIcon.icon_name = itemInfo.config.icon;
|
|
|
|
- lvObj.SetActive(false);
|
|
|
|
- }
|
|
|
|
|
|
+ // else if (itemInfo.config.itemTyp == 5)
|
|
|
|
+ // {
|
|
|
|
+ // heroShards.SetActive(true);
|
|
|
|
+ // icon.gameObject.SetActive(false);
|
|
|
|
+ // heroShardsIcon.icon_name = itemInfo.config.icon;
|
|
|
|
+ // lvObj.SetActive(false);
|
|
|
|
+ // }
|
|
else
|
|
else
|
|
{
|
|
{
|
|
icon.icon_name = itemInfo.config.icon;
|
|
icon.icon_name = itemInfo.config.icon;
|