@using MySystem.Models; @{IndexIconList editData = ViewBag.data as IndexIconList;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 首页快捷入口(修改)
  • 基本信息
@(new MySystem.PublicFunction().GetUploadHint("IndexIconListIcon"))
@if (!string.IsNullOrEmpty(editData.Icon)) { }