少年修仙传客户端代码仓库
client_Wu Xijin
2018-10-25 4d5fcaf7d1c87dced6f9966d1963048136df1ab2
System/Launch/LaunchWin.cs
@@ -46,7 +46,10 @@
        protected override void AddListeners()
        {
            m_UserHelp.SetListener(OpenUserHelp);
            if (m_UserHelp)
            {
                m_UserHelp.SetListener(OpenUserHelp);
            }
        }
        protected override void OnPreOpen()
@@ -60,7 +63,10 @@
            m_Version.text = StringUtility.Contact(VersionConfig.Get().version, "_", VersionConfig.Get().buildIndex);
            m_BuildTime.text = VersionConfig.Get().debugVersion ? VersionConfig.Get().buildTime : "";
            m_UserHelp.gameObject.SetActive(Config.Instance.ContainKey<ContactConfig>(VersionConfig.Get().appId));
            if (m_UserHelp)
            {
                m_UserHelp.gameObject.SetActive(Config.Instance.ContainKey<ContactConfig>(VersionConfig.Get().appId));
            }
            if (Application.platform == RuntimePlatform.IPhonePlayer)
            {