[#include "../include/top.html"/] [#include "../include/header.html"/]
首页
>
会员中心
个人资料
投稿管理
应聘管理
我的评论
我的留言
我的收藏
站内信息
服务中心
完善账户资料
消费记录
我的订单
收益统计
提现申请
微信授权
总收益倒序
总收益升序
年收益倒序
年收益升序
月收益倒序
月收益升序
日收益倒序
日收益升序
收费金额倒序
收费金额升序
[#if pagination.list?size gt 0]
内容
收费金额
总收益
今年收益
本月收益
本日收益
[#list pagination.list as c]
${c.content.title?html}
${c.chargeAmount!}
${c.totalAmount!}
${c.yearAmount!}
${c.monthAmount!}
${c.dayAmount!}
[/#list]
共 ${pagination.totalCount} 条 每页 ${pagination.pageSize} 条
当前 ${pagination.pageNo}/${pagination.totalPage} 页 转到第
页
[#else]
暂无收费内容
[/#if]
[#include "../include/member-right.html" /]
[#include "../include/footer.html"/]