<%if(page == 0|| page == 1){%>
楼主
${louzhu.nickname}${decode(louzhu.sex,1,"",2,"","")}
趣豆:${louzhu.qudouNum!0}个
${printTime(louzhu.createTime)}加入
${theme.content}
1楼
${theme.createTime,'yyyy-MM-dd hh:mm'}
<%}%>
<%for(var comment in comments){%>
<%if(comment.postUserId == theme.userId){%>
楼主
<%}%>
${comment.content}
${page == 0 ? (commentLP.index+1) : ((page-1)*pageSize+commentLP.index)}楼
${comment.createTime,'yyyy-MM-dd hh:mm'}
<%if(isEmpty(comment.replyList)){%>
回复
收起回复
<%}else{%>
回复
收起回复
<%}%>
<%
for(var reply in comment.replyList){
%>
-
${reply.nickname}
${reply.content}
${reply.createTime,'yyyy-MM-dd hh:mm:ss'}
回复
<%}%>
<%if(isNotEmpty(comment.replyList)){%>
- 我也说一句
<%}%>
<%}%>