少年修仙传客户端代码仓库
client_Wu Xijin
2019-04-26 351709c576f8b93fb5d2ac12b31bd32ecad9b7d5
Merge branch 'master' into ViewOtherPlayer
1个文件已修改
9 ■■■■ 已修改文件
System/ItemTip/TipEquipBaseInfoWidget.cs 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/ItemTip/TipEquipBaseInfoWidget.cs
@@ -61,7 +61,14 @@
            if (baseInfo.score != 0)
            {
                m_ScoreOrType.text = Language.Get("EquipWin_EquipPointText_1") + baseInfo.score;
                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
            {