From e102e4a814c25aa42017ac962d88bfbfc8d279de Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 09 一月 2019 15:29:05 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Chat/ChatPlayerMineCell.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Chat/ChatPlayerMineCell.cs b/System/Chat/ChatPlayerMineCell.cs
index 76db5c6..e1e5bf8 100644
--- a/System/Chat/ChatPlayerMineCell.cs
+++ b/System/Chat/ChatPlayerMineCell.cs
@@ -45,7 +45,7 @@
m_ChatTime.text = data.createTime.ToString("yyyy-MM-dd HH:mm");
if (chatUserData.vipLv > 0)
{
- m_VipLv.text = string.Format("V{0}", chatUserData.vipLv);
+ m_VipLv.text = "Vip";//string.Format("V{0}", chatUserData.vipLv);
}
else
{
--
Gitblit v1.8.0