@{
ViewBag.Title = "MessageDetial";
Layout = "~/Areas/Admin/Views/Shared/_content.cshtml";
}
@**@
最新在前
@{
string customer = (string)ViewBag.customer;
bool IsCanDownLoadMessage = (bool)ViewBag.IsCanDownLoadMessage;
bool IsCanLoadKeyWords = (bool)ViewBag.IsCanLoadKeyWords;
int IsPackNow = (int)ViewBag.IsPackNow;
string NowPathName = (string)ViewBag.NowPathName;
}
@if (IsCanLoadKeyWords)
{
}
@if (IsCanDownLoadMessage)
{
@if (!string.IsNullOrEmpty(customer))
{
}
}
else
{
IsPackNow = 0;
}
@{ List
list = (List)ViewBag.OtherKeFu; }
- 聊天记录
- 语音通话
@if (list.Count > 0)
{
-
@*控制台9*@
}