[#include "会员中心页_导航.html"/]
[@mymsg_page userId=user.id pageNo=1 count=10 typeId=typeId]
[#list tag_pagination.list as msg]
[#if msg.sys]
[#else]
-
[@text_cut s=msg.content append='...' len=15/]
查看全部msg-id:${msg.id!}
${msg.createTime?string("yyyy-MM-dd HH:mm")}
[@msg_reply_page mid=msg.id pageNo=1 count=10]
[#list tag_pagination.list as replyMsg]
[#if replyMsg.receiver.id==msg.sender.id]
${replyMsg.createTime!}
${replyMsg.content!}
[#elseif replyMsg.sender.id==msg.sender.id]
${replyMsg.createTime!}
${replyMsg.content!}
[/#if]
[/#list]
[/@msg_reply_page]
[#if msg.sender.id==user.id]
[#else]
[/#if]
[/#if]
[/#list]
[/@mymsg_page]
[#include "../include/页脚.html"/]