[#include "../include/页头.html"/] [#include "../include/论坛信息.html"/]
[#include "会员中心页_导航.html"/]
收益
账户余额
${user.userTotalAmount!}
今日收入:
${user.userDayAmount!}
| 本月收入:
${user.userMonthAmount!}
| 今年收入:
${user.userYearAmount!}
| 总收入:
${user.userTotalAmount!}
收益统计
订单详情
消费记录
[#if tag_pagination.list?size gt 0]
单号
作者
主题/道具
金额
购买时间
[#list tag_pagination.list as c]
${c.orderNumber!}
[#if c.authorUser??]${c.authorUser.realname!c.authorUser.username}[/#if]
[#if c.dataType==0] [#if topicMap??] [#if topicMap[c.dataId?string]??]
[@text_cut s=topicMap[c.dataId?string].title?html len=15 append="..."/]
[#else]
主题已被删除
[/#if] [/#if] [#elseif c.dataType==1] [#if magicMap??] ${magicMap[c.dataId?string].name!} [/#if] [/#if]
${c.chargeAmount!}
${c.buyTime?string("yyyy-MM-dd HH:mm:ss")}
[/#list]
[#include "../tag/topic.html"/] [#else]
暂无消费记录
[/#if]
[#include "../include/页脚.html"/]