@using ZoomLa.BLL @using ZoomLa.BLL.Helper @model ZoomLa.Model.M_UserInfo @{ Layout = "~/Views/Shared/_empty.cshtml"; } @section head{ 会员登录 } @section content{ @if (Model.IsNull) {
} else {
} } @section script{ }