@using WX.CRM.WebHelper; @using WX.CRM.Model.Entity; @using WX.CRM.Model.MAP; @using WX.CRM.Common; @using WX.CRM.Model.QueryMap @{ ViewBag.Title = "我的桌面"; Layout = "~/Views/Shared/_Index_Layout2.cshtml"; }
我的桌面
@if (string.IsNullOrEmpty(ViewBag.HideCommonPayInfo)) { } @if (string.IsNullOrEmpty(ViewBag.HideCommonPayInfo2)) { } @if (string.IsNullOrEmpty(ViewBag.HideCommonPayInfo3)) { }
@**@
  • @*

    个人企微账号绑定

    *@
  • @{ List cacheMenuList = DataCacheHelper.GetCache().GetList_LeftMemu(); BAS_LEFTMEMU cacheMeu = null; } @foreach (var menu in (ViewBag.memuList as List)) { cacheMeu = cacheMenuList.FirstOrDefault(m => m.MENUID == menu.MENUID); if (cacheMeu != null) {
  • @cacheMeu.MNAME
  • } }
@{int i = 0;} @foreach (var msg in (ViewBag.wxWorkAccount as List)) { i++; }
  微信用户名 微信号 昵称 状态 最后刷新时间
@i @msg.UserName @msg.Alias @msg.NickName @(msg.OnLine == 1 ? "在线" : "离线") @msg.LastTime
@{int n = 0;} @foreach (var msg in (ViewBag.noticeList as List)) { n++; }
  标题 时间 操作
@n @msg.TITLE @msg.CTIME 查看
@**@
  产品名称 价格 时长 说明