@{
ViewBag.Title = "MessageDetial";
Layout = "~/Areas/Admin/Views/Shared/_content.cshtml";
}
@using Mini.Web.WebHelper
@**@
最新在前
@{
string customer = (string)ViewBag.customer;
bool IsCanLoadKeyWords = (bool)ViewBag.IsCanLoadKeyWords;
}
@if (IsCanLoadKeyWords)
{
}
@if (!string.IsNullOrEmpty(customer))
{
@*
*@
}
@{
string showsaleline = ViewBag.ShowSaleLine;
string SaleLineHttp = ViewBag.SaleLineHttp;
}
@if (!string.IsNullOrEmpty(showsaleline) && showsaleline == "true")
{
}
@{
List
list = (List)ViewBag.OtherKeFu;
}
- 聊天记录
- 语音通话
@*@if (list.Count > 0)
{
-
}*@