| | |
| | | nameTex.text = model.config.ItemName;
|
| | | nameTex.color = UIHelper.GetUIColor(model.config.ItemColor,true);
|
| | | itemBaisc.Init(model);
|
| | | itemBaisc.bindIcon.gameObject.SetActive(false);
|
| | | itemBaisc.auctionIcon.gameObject.SetActive(false);
|
| | | int strenLv = 0;
|
| | | if (model.GetUseDataModel((int)ItemUseDataKey.dogzEquipPlus) != null)
|
| | | if (model.GetUseData((int)ItemUseDataKey.dogzEquipPlus) != null)
|
| | | {
|
| | | strenLv = model.GetUseDataModel((int)ItemUseDataKey.dogzEquipPlus)[0];
|
| | | strenLv = model.GetUseData((int)ItemUseDataKey.dogzEquipPlus)[0];
|
| | | }
|
| | | if (strenLv > 0)
|
| | | {
|