From 4885df9ae60acae663f10b11230fb2cace3b174c Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期一, 07 一月 2019 16:43:21 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/ClientVersion/VersionConfig.cs | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/System/ClientVersion/VersionConfig.cs b/System/ClientVersion/VersionConfig.cs
index 248e9bc..4583456 100644
--- a/System/ClientVersion/VersionConfig.cs
+++ b/System/ClientVersion/VersionConfig.cs
@@ -122,7 +122,17 @@
public Vector2 logoPosition { get { return m_LogoPosition; } }
[SerializeField] string m_BanHao;
- public string banHao { get { return m_BanHao; } }
+ public string banHao
+ {
+ get
+ {
+ if (!string.IsNullOrEmpty(SDKUtility.Yj_BanHao))
+ {
+ return SDKUtility.Yj_BanHao;
+ }
+ return m_BanHao;
+ }
+ }
public void Read(string _data)
{
--
Gitblit v1.8.0