| System/ItemTip/TipEquipBaseInfoWidget.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/ItemTip/TipEquipBaseInfoWidget.cs
@@ -61,10 +61,17 @@ if (baseInfo.score != 0) { if (baseInfo.isEquiped) { m_ScoreOrType.text = Language.Get("EquipWin_EquipPointText_1") + baseInfo.score; } else { m_ScoreOrType.text = Language.Get("EquipWin_EquipPointText_2") + baseInfo.score; } } else { m_ScoreOrType.text = itemConfig.ItemTypeName; }