| | |
| | | }
|
| | | 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);
|
| | |
| | | }
|
| | | else
|
| | | {
|
| | | m_FunctionName.gameObject.SetActive(true);
|
| | | m_FunctionName.text = functionForecastConfig.FuncName;
|
| | | m_FeaturesTypeIcon.SetSprite(functionForecastConfig.FuncIconKey);
|
| | | if (featureNoticeModel.DicAwardItem.ContainsKey(funcId))
|