[#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.topic.title?html}
${c.chargeAmount!}
${c.totalAmount!}
${c.yearAmount!}
${c.totalAmount!}
[/#list]
[#include "../tag/topic.html"/] [#else]
暂无收费内容
[/#if]
[#include "../include/页脚.html"/]