少年修仙传客户端代码仓库
client_Zxw
2018-09-20 54c28e378e6b67c0a39f9ab8d9b019c83072fd33
System/MainInterfacePanel/FeaturesType1.cs
@@ -38,7 +38,7 @@
            {
                return;
            }
            m_FunctionName.text = functionForecastConfig.FuncName;
            m_FunctionalLevel.text = functionForecastConfig.DisplayLevel.ToString()+ Language.Get("Z1041");
            bool Type = false;
@@ -51,10 +51,12 @@
            }
            if (!FuncOpen.Instance.IsFuncOpen(funcId) && Type && NeedLv > playerLv)
            {
                m_FunctionName.text = "?";
                m_FeaturesTypeIcon.SetSprite("UnKnowIcon");
            }
            else
            {
                m_FunctionName.text = functionForecastConfig.FuncName;
                m_FeaturesTypeIcon.SetSprite(functionForecastConfig.FuncIconKey);
            }