style="background-color:#f1f1f1;"
<% } %>
>
<% if(investList.length != 0){ %>
<% for(var i = 0; i < investList.length; i++){ %>
<%if(investList[i].productCateId ==2)
{%>
<%=investList[i].productName%>点击查看详情>
- 已存下<%=FN.util.changeTwoDecimalF(investList[i].withdrawAmount)%>
- 理财期限<%=investList[i].totalPeriod%>个月
- 每月定存<%=investList[i].monthlyAmount%>
到期时间 <%=investList[i].endTimeString%>
<% }else{%>
<%=investList[i].productName%>点击查看详情>
- 收益<%=FN.util.changeTwoDecimalF(investList[i].earnings)%>
- 理财期限<%=investList[i].length%>天
- 投资本金<%=investList[i].buyAmount%>
到期时间 <%=investList[i].endTimeString%>
<% }} %>
<% }else{ %>
暂无项目
<% } %>