@{
ViewBag.Title = "MessageDetial";
Layout = "~/Areas/Admin/Views/Shared/_content.cshtml";
}
@{
string isShowHG = (string)ViewBag.IsShowHG;
string username = ViewBag.username;
bool isGroup = false;
if (username != null)
{
isGroup = username.EndsWith("chatroom");
}
}
@if (isShowHG == "1")
{
@*
*@
}
@if (!isGroup)
{
- 聊天记录
- 群发助手
}
else
{
- 微信群聊
}
@if (isGroup != true)
{
}