少年修仙传客户端代码仓库
client_linchunjie
2018-12-21 9f7f211bcfdf70fb8516172430bd773a9e9ae0d0
5367 【前端】【1.4】聚魂功能开发
1个文件已修改
2 ■■■ 已修改文件
System/GatheringSoul/GatherSoulMatItem.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/GatheringSoul/GatherSoulMatItem.cs
@@ -35,7 +35,6 @@
        public void Display()
        {
            m_Container.gameObject.SetActive(true);
            m_Icon.SetIconWithMoneyType(moneyType);
            var count = UIHelper.GetMoneyCnt(moneyType);
            var displayId = GeneralDefine.moneyDisplayIds.ContainsKey(moneyType) ? GeneralDefine.moneyDisplayIds[moneyType] : 0;
            if (require == 0)
@@ -54,6 +53,7 @@
                var config = Config.Instance.Get<ItemConfig>(displayId);
                m_ItemName.text = config.ItemName;
                m_ItemBottom.SetItemBackGround(config.ItemColor);
                m_Icon.SetSprite(config.IconKey);
            }
        }