@using MySystem.Models; @{UserCenterIconList editData = ViewBag.data as UserCenterIconList;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 个人中心常用工具(修改)
  • 基本信息
@(new MySystem.PublicFunction().GetUploadHint("UserCenterIconListIcon"))
@if (!string.IsNullOrEmpty(editData.Icon)) { }