@using MySystem.Models; @{UserCardForWeChat editData = ViewBag.data as UserCardForWeChat;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 会员卡(修改)
  • 基本信息
@(new MySystem.PublicFunction().GetUploadHint("UserCardForWeChatLogoUrl"))
@if (!string.IsNullOrEmpty(editData.LogoUrl)) { }
@{Dictionary MerchantInfoDic = new MySystem.DictionaryClass().getMerchantInfoDic();}