少年修仙传客户端代码仓库
client_Wu Xijin
2018-10-16 bc9ede28042d902a744db99da026d84c8554e12a
System/Launch/LaunchWin.cs
@@ -60,17 +60,7 @@
            m_Version.text = StringUtility.Contact(VersionConfig.Get().version, "_", VersionConfig.Get().buildIndex);
            m_BuildTime.text = VersionConfig.Get().debugVersion ? VersionConfig.Get().buildTime : "";
            var hasContact = false;
            foreach (var item in Config.Instance.GetAllValues<ContactConfig>())
            {
                if (item.appid == VersionConfig.Get().appId)
                {
                    hasContact = true;
                    break;
                }
            }
            m_UserHelp.gameObject.SetActive(hasContact);
            m_UserHelp.gameObject.SetActive(Config.Instance.ContainKey<ContactConfig>(VersionConfig.Get().appId));
            if (Application.platform == RuntimePlatform.IPhonePlayer)
            {