@using ZoomLa.Model @{ M_UserInfo mu = (M_UserInfo)ViewBag.mu; Layout = "~/Areas/User/Views/Shared/_empty.cshtml"; } @section head{ 赠送金额 } @section content{
@if (!string.IsNullOrEmpty(mu.PayPassWord)) { }
当前@(ViewBag.TypeName):
受赠会员名: *会员名与ID只要填写一项即可
受赠会员ID:
赠送@(ViewBag.TypeName):
支付密码: @Html.Partial("Comp/ShortPassWord") *
备注:
} @section script{ }