From c68f080d0bb3dde135bb87e389c131c9742f7176 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期三, 26 九月 2018 14:16:25 +0800
Subject: [PATCH] 3861 【前端】登录页根据不同平台配置不同的版号信息
---
System/Login/LoginWin.cs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/System/Login/LoginWin.cs b/System/Login/LoginWin.cs
index 56c1913..fa5b397 100644
--- a/System/Login/LoginWin.cs
+++ b/System/Login/LoginWin.cs
@@ -57,7 +57,6 @@
protected override void OnPreOpen()
{
- m_BanHao.gameObject.SetActive(Application.platform == RuntimePlatform.WindowsEditor || VersionUtility.Instance.IsMaoErGame());
m_BanHao.text = VersionConfig.Get().banHao;
var sprite = Resources.Load<Sprite>("UI/Sprites/TB_DL_Logo");
--
Gitblit v1.8.0