<%=self.lang.select_card_type%>
<%
if(creditTypeInfoList&&creditTypeInfoList.length!=0){
for(var i=0;i< creditTypeInfoList.length;i++){
var card=creditTypeInfoList[i];
var code=card.code;
var name=card.name;
%>
<%if(i%2==0){%><%}%>
|
<%if(i%2!=0){%>
<%}%>
<%
}
}else{//没有获取到卡类型数据时,写死数据
%>
|
|
|
|
|
|
<%}%>