- 我发的帖(#if(contents.total??0 < 1) 0 #else #(contents.total) #end)
- 我收藏的帖(#if(collects.total??0 < 1) 0 #else #(collects.total) #end)
-
#for(x : contents.rows)
- #(x.title) #(x.createTime) 编辑 #(x.viewNum)阅/#(x.replyNum)答 #end
-
#for(x : collects.rows??)
- #(x.title) 收藏于#(x.createTime) #else #end