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

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

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

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

}
-
@if (ViewBag.type == "MessageList") { @**@ }