<%var cssParam = {%> <%};%> <%var jsParam = {%> <%};%> <%layout("/ace/commonPage/_layout.html", {nav: "我的创新券",meunsel:"scoreManage",jsParam:jsParam,cssParam:cssParam}) {%>
当前余额
${scoreAccountInfo.balance}
累计获得
${scoreAccountInfo.acquisition}
累积消费
${scoreAccountInfo.consume}
<%for(tempDate in dateList!){%> <%}%>
账单类型 账单分类 积分数量 创建日期 账单状态
<%if(tempDate.consumeType==1){%> 消费 <%}else if(tempDate.consumeType==2){%> 获取 <%}%> <%if(tempDate.billType==1){%> 常规 <%}else if(tempDate.billType==2){%> 任务 <%}else if(tempDate.billType==3){%> 奖励 <%}else if(tempDate.billType==4){%> 转账 <%}else if(tempDate.billType==99){%> 其他 <%}%> <%if(tempDate.consumeType==1){%> ${tempDate.score} <%}else if(tempDate.consumeType==2){%> ${tempDate.score} <%}%> ${tempDate.createDate} <%if(tempDate.state==1){%> 成功 <%}else if(tempDate.state==2){%> 失败 <%}else if(tempDate.state==3){%> 取消 <%}%>
<%}%>