少年修仙传客户端代码仓库
System/MainInterfacePanel/FeaturesType3.cs
@@ -60,7 +60,8 @@
            }
            if (!FuncOpen.Instance.IsFuncOpen(funcId) && Type && NeedLv > playerLv)
            {
                m_FunctionName.text = "?";
                m_FunctionName.gameObject.SetActive(false);
              //  m_FunctionName.text = "?";
                m_FeaturesTypeIcon.SetSprite("UnKnowIcon");
                m_Award.SetActive(false);
                m_Content.gameObject.SetActive(true);
@@ -68,6 +69,7 @@
            }
            else
            {
                m_FunctionName.gameObject.SetActive(true);
                m_FunctionName.text = functionForecastConfig.FuncName;
                m_FeaturesTypeIcon.SetSprite(functionForecastConfig.FuncIconKey);
                if (featureNoticeModel.DicAwardItem.ContainsKey(funcId))