@model CZKJ.GBRS2.Model.UserInfoModel @section style{ }

@(string.IsNullOrWhiteSpace(Model.Nickname) ? "用户名" : @Model.Nickname)

@if (string.IsNullOrWhiteSpace(Model.Core_customer_code)) { 绑定操作指引 } 基本信息 我的保单

基本信息

@**@ @**@
姓名:@(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)
@section script{ }