@using MySystem.CashModels; @{UserIdentity editData = ViewBag.data as UserIdentity;} @{ string RightInfo = ViewBag.RightInfo as string; string right = ViewBag.right as string; } 创客信息(修改)
  • 基本信息
@(new MySystem.PublicFunction().GetUploadHint("UserIdentityCertFrontImage"))
@if (!string.IsNullOrEmpty(editData.CertFrontImage)) { }
@(new MySystem.PublicFunction().GetUploadHint("UserIdentityCertReverseImage"))
@if (!string.IsNullOrEmpty(editData.CertReverseImage)) { }
@(new MySystem.PublicFunction().GetUploadHint("UserIdentityFaceVideo"))
@if (!string.IsNullOrEmpty(editData.FaceVideo)) { @editData.FaceVideo点击查看附件 }
@(new MySystem.PublicFunction().GetUploadHint("UserIdentityLivingImage"))
@if (!string.IsNullOrEmpty(editData.LivingImage)) { }
@(new MySystem.PublicFunction().GetUploadHint("UserIdentitySignImageUrl"))
@if (!string.IsNullOrEmpty(editData.SignImageUrl)) { }