@using MySystem.Models; @{AppVideoList editData = ViewBag.data as AppVideoList;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; string VideoId = ViewBag.VideoId as string; } 客小爽操作视频列表(修改)
  • 基本信息
@(new MySystem.PublicFunction().GetUploadHint("AppVideoListVideoUrl"))
@if (!string.IsNullOrEmpty(editData.VideoUrl)) { @editData.VideoUrl点击查看附件 }
@(new MySystem.PublicFunction().GetUploadHint("AppVideoListBgPic"))
@if (!string.IsNullOrEmpty(editData.BgPic)) { }