@{ 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") { @*
合规关键词0/0 下一个 上一个
*@ }
聊天记录:
  • 温馨提示:

    请选中左边列表中的好友查看聊天记录。

@if (!isGroup) {
群发助手:
  • 温馨提示:

    请选中左边列表中的好友查看群发记录。

}
-
@if (Request.QueryString["type"] != null && Request.QueryString["type"] == "MessageList") { }
消息数:0 群发数:0