From 54c28e378e6b67c0a39f9ab8d9b019c83072fd33 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期四, 20 九月 2018 21:19:42 +0800
Subject: [PATCH] 3734 【前端】功能预告再再优化
---
System/MainInterfacePanel/FeaturesType2.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/FeaturesType2.cs b/System/MainInterfacePanel/FeaturesType2.cs
index c0be9a7..6b7c0a1 100644
--- a/System/MainInterfacePanel/FeaturesType2.cs
+++ b/System/MainInterfacePanel/FeaturesType2.cs
@@ -37,7 +37,7 @@
{
return;
}
- m_FunctionName.text = functionForecastConfig.FuncName;
+
m_FunctionalLevel.text = functionForecastConfig.DisplayLevel.ToString()+Language.Get("Z1041");
bool Type = false;
int NeedLv = 0;
@@ -50,9 +50,11 @@
if (!FuncOpen.Instance.IsFuncOpen(funcId) && Type && NeedLv> playerLv)
{
m_FeaturesTypeIcon.SetSprite("UnKnowIcon");
+ m_FunctionName.text = "?";
}
else
{
+ m_FunctionName.text = functionForecastConfig.FuncName;
m_FeaturesTypeIcon.SetSprite(functionForecastConfig.FuncIconKey);
}
if (PlayerDatas.Instance.baseData.LV >= functionForecastConfig.DisplayLevel)
--
Gitblit v1.8.0