From 9c48fb3f2a27ef367285296336da82cc7dc18a4c Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期三, 09 一月 2019 10:32:37 +0800
Subject: [PATCH] 5743 【前端】【1.5】本地聊天记录仅保留48小时内的消息,聊天面板去除vip具体等级显示,只显示vip
---
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