From 713ecf1edddf8d6d944cb0ea47a96c87499df870 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期四, 20 九月 2018 21:28:43 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/MainInterfacePanel/FeaturesType1.cs | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/System/MainInterfacePanel/FeaturesType1.cs b/System/MainInterfacePanel/FeaturesType1.cs
index 7fac5a6..402c241 100644
--- a/System/MainInterfacePanel/FeaturesType1.cs
+++ b/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);
}
--
Gitblit v1.8.0