[#include "../include/top.html"/] [#include "../include/header.html"/]
首页
>
会员中心
个人资料
投稿管理
应聘管理
我的评论
我的留言
我的收藏
站内信息
服务中心
完善账户资料
消费记录
我的订单
收益统计
提现申请
微信授权
[#if pagination.list?size gt 0]
单号
消费者
内容
金额
购买时间
[#list pagination.list as c]
${c.orderNumber!}
[#if c.buyUser??]${c.buyUser.realname!c.authorUser.username}[#else]匿名[/#if]
${c.content.title}
${c.authorAmount!}
${c.buyTime?string("yyyy-MM-dd HH:mm:ss")}
[/#list]
共 ${pagination.totalCount} 条 每页 ${pagination.pageSize} 条
当前 ${pagination.pageNo}/${pagination.totalPage} 页 转到第
页
[#else]
暂无订单
[/#if]
[#include "../include/member-right.html" /]
[#include "../include/footer.html"/]