@using MySystem.Models; @{MerchantCol editData = ViewBag.data as MerchantCol;} @{ string SysUserName = ViewBag.SysUserName as string; string right = ViewBag.right as string; string MerchantId = ViewBag.MerchantId as string; int MerchantIdForInt = int.Parse(MerchantId); } 分类设置(修改)
  • 基本信息
  • SEO设置
大小限制为100K
@if (!string.IsNullOrEmpty(editData.ColPicPath)) { }