System/Chat/ChatOtherVoiceCell.cs
@@ -45,7 +45,7 @@ }); m_PlayerName.text = _data.name; m_ChatTime.text = _data.createTime.ToString("dd-MM-yyyy HH:mm"); m_ChatTime.text = _data.createTime.ToString("yyyy-MM-dd HH:mm"); if (_data.vipLv > 0) { m_VipLevel.text = "VIP";//string.Format("V{0}", _data.vipLv);