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