@using MySystem.Models; @{MsgPlacard editData = ViewBag.data as MsgPlacard;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 公告消息(修改)
@(new MySystem.PublicFunction().GetUploadHint("MsgPlacardBgPic"))
@if (!string.IsNullOrEmpty(editData.BgPic)) { }