[#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.buyUser??]${c.buyUser.realname!c.authorUser.username}[#else]匿名[/#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] [/#if]
${c.authorAmount!}
${c.buyTime?string("yyyy-MM-dd HH:mm:ss")}
[/#list]
[#include "../tag/topic.html"/] [#else]
暂无订单
[/#if]
[#include "../include/页脚.html"/]