From f1ab44822a15cfd9c82f4bd06cb70558cc0bcc07 Mon Sep 17 00:00:00 2001
From: cehua-HWJ35 <hwj35@163.com>
Date: 星期三, 03 四月 2024 16:09:50 +0800
Subject: [PATCH] Merge branch 'hyyngame' of http://192.168.1.20:10010/r/snxxz_client into hyyngame
---
Assets/Launch/windows/LaunchExWin.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Assets/Launch/windows/LaunchExWin.cs b/Assets/Launch/windows/LaunchExWin.cs
index 6cf5334..ee92082 100644
--- a/Assets/Launch/windows/LaunchExWin.cs
+++ b/Assets/Launch/windows/LaunchExWin.cs
@@ -42,8 +42,6 @@
private void OnEnable()
{
- m_Version.text = StringUtility.Contact(VersionConfigEx.Get().version, "_", VersionConfigEx.Get().buildIndex, ResourcesModel.Id);
-
if (m_NetworkContainer != null)
{
m_NetworkContainer.gameObject.SetActive(false);
@@ -57,11 +55,13 @@
{
m_AndroidProgressContainer.gameObject.SetActive(false);
m_IosProgressContainer.gameObject.SetActive(true);
+ m_Version.text = string.Empty;
}
else
{
m_AndroidProgressContainer.gameObject.SetActive(true);
m_IosProgressContainer.gameObject.SetActive(false);
+ m_Version.text = StringUtility.Contact(VersionConfigEx.Get().version, "_", VersionConfigEx.Get().buildIndex, ResourcesModel.Id);
}
--
Gitblit v1.8.0