@model CZKJ.GBRS2.Model.UserInfoModel @section style{ }
@(string.IsNullOrWhiteSpace(Model.Nickname) ? "用户名" : @Model.Nickname)
姓名:@(string.IsNullOrWhiteSpace(Model.Customer_info.Name) ? "——" : Model.Customer_info.Name) |
手机号:@(string.IsNullOrWhiteSpace(Model.Mobile) ? "——" : Model.Mobile) |
邮箱:@(string.IsNullOrWhiteSpace(Model.Email) ? "——" : Model.Email) |
证件类型:@(string.IsNullOrWhiteSpace(Model.Customer_info.Id_type) ? "——" : Model.Customer_info.Id_type) |
证件号码:@(string.IsNullOrWhiteSpace(Model.Customer_info.Id_no) ? "——" : Model.Customer_info.Id_no) |