| | |
| | | m_Star.gameObject.SetActive(false); |
| | | var place = this.candidate.equipPosition.y; |
| | | m_Description1.text = string.Format("部位:{0}", UIHelper.GetEquipPlaceName(place)); |
| | | m_Description1.color = UIHelper.GetUIColor(TextColType.Black, true); |
| | | m_Description1.color = UIHelper.GetUIColor(TextColType.NavyBrown, true); |
| | | m_Description2.text = "未穿戴装备"; |
| | | m_Description2.color = UIHelper.GetUIColor(TextColType.Red, true); |
| | | } |
| | |
| | | m_Description1.text = item.config.ItemName; |
| | | m_Description1.color = UIHelper.GetUIColor(item.config.ItemColor, true); |
| | | m_Description2.text = string.Format("洗练等级:{0}级", this.candidate.trainLevel.Fetch()); |
| | | m_Description2.color = UIHelper.GetUIColor(TextColType.Black, true); |
| | | m_Description2.color = UIHelper.GetUIColor(TextColType.NavyBrown, true); |
| | | |
| | | var starLevel = this.candidate.starLevel.Fetch(); |
| | | m_Star.gameObject.SetActive(true); |
| | |
| | | if (!string.IsNullOrEmpty(this.candidate.equipGuid.value)) |
| | | { |
| | | m_Description2.text = string.Format("洗练等级:{0}级", trainLevel); |
| | | m_Description2.color = UIHelper.GetUIColor(TextColType.Black, true); |
| | | m_Description2.color = UIHelper.GetUIColor(TextColType.NavyBrown, true); |
| | | } |
| | | } |
| | | } |