@using MySystem.Models; @{Merchants editData = ViewBag.data as Merchants;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 商家(修改)
  • 基本信息
  • 认证信息
  • 宣传标语
  • SEO设置
@if (!string.IsNullOrEmpty(editData.Logo)) { }
@if (!string.IsNullOrEmpty(editData.BusinessLicense)) { }