<%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){%>
取消
<%}%>
|
<%}%>