<%= lang.credentials_info %>

<% if(flag){ %>
    <% /** * 证件信息处理开始 * type:类型(1:身份证,2:护照,3:港澳通行证,4:签证) */ if(credentialsInfoList && credentialsInfoList.length > 0){ for(var i = 0;i < credentialsInfoList.length;i ++){ var item = credentialsInfoList[i]; if(item.type == 1){ } else if(item.type == 2){//护照 if(type == 1){ %>
  • <%= lang.passport %>
  • <% } } else if(type == 2){//其它 %>
  • <%= item.name %> <% if(isAmex){//运通用户其他证件不可修改 %> <%= item.code %> <% } else { %> <% } %>
  • <% } } } %>
<% } %>