@using MySystem.Models; @{MsgPersonal editData = ViewBag.data as MsgPersonal;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 个人消息(修改)
  • 基本信息
@{Dictionary MsgTemplateDic = new MySystem.DictionaryClass().getMsgTemplateDic();}
@(new MySystem.PublicFunction().GetUploadHint("MsgPersonalBgPic"))
@if (!string.IsNullOrEmpty(editData.BgPic)) { }