From 5b4f4fdfb98bbae6116b5879a63f6ca6bba07326 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期一, 07 一月 2019 17:20:54 +0800
Subject: [PATCH] Merge branch 'master' into FashionDress
---
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