@using ZoomLa.Model.Chat @using ZoomLa.BLL.Chat @using ZoomLa.BLL.User @functions{ public string Login = "visitor";//登录模式 //传了该值则显示欢迎语 public int CodeID { get { return DataConverter.CLng(Context.Request.GetParam("CodeID")); } } //需要对话的人的Uid private int UserID { get { return DataConverter.CLng(Context.Request.GetParam("uid")); } } //从临时存储中获取 private string UserFlag { get { return Context.Request.GetParam("UserFlag"); } } } @{ B_ChatMsg chatBll = new B_ChatMsg(); B_ServiceSeat seatBll = new B_ServiceSeat(); B_Temp tempBll = new B_Temp(); M_OnlineUser user = chatBll.GetLogin(Context); //----------------------------------- DataTable seatDT = seatBll.SelForChat();//加载客服信息 string welStr1 = "", welStr2 = ""; //用于显示欢迎信息 if (CodeID > 0) { M_Temp tempMod = tempBll.SelReturnModel(CodeID); if (tempMod != null && tempMod.UseType == 12) { welStr2 = tempMod.Str2; welStr1 = tempMod.Str1; } } } @section head{
<%#Eval("UserName") %>
">(检测中)
" class="badge">