@using MySystem.BsModels; @{Advertisment editData = ViewBag.data as Advertisment;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; string SysUserName = ViewBag.SysUserName as string; } 广告位(修改)
@*
  • 基本信息
  • 高级设置
*@
@if (!string.IsNullOrEmpty(editData.PicPath)) { }