少年修仙传客户端代码仓库
client_Wu Xijin
2018-10-18 1868bc632a9134b6891d4fc5f427e3f280b9e973
System/Treasure/TreasureLevelUpWin.cs
@@ -1132,9 +1132,9 @@
                            var _propertyCfg = Config.Instance.Get<PlayerPropertyConfig>(_key);
                            m_TreasureStageDesc.text = StringUtility.Contact(_propertyCfg.Name, " +",
                               UIHelper.ReplaceLargeNum(_nextStage.propertyDict[_key]));
                            if (GeneralConfig.Instance.propertyIconDict.ContainsKey(_key))
                            if (GeneralDefine.propertyIconDict.ContainsKey(_key))
                            {
                                m_CurrentStageIcon.SetSprite(GeneralConfig.Instance.propertyIconDict[_key]);
                                m_CurrentStageIcon.SetSprite(GeneralDefine.propertyIconDict[_key]);
                            }
                            break;
                        }