<%=toAccountText%>卡号:<%=utils.string.formatAccount(toAccNo)%>


国内热门城市

<% _.each(proList,function(newList,i){ %>

<%=newList.Ab%>

    <% _.each(newList.lists,function(pro,j){ %>
  • <%=pro.name%>
  • <% }); %>
<% }); %>