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