#@layout() #define main()

#(bean.title??)

#if(bean.top == 1) 置顶帖 #end #if(bean.wonderful == 1) 精帖 #end #if(bean.solved > 0) 已采纳 #end
#(bean.replyNum??0) #(bean.viewNum??1)
#(bean.nickname??) #(bean.createTime??)
#if(bean.userId == mine.userId??) 编辑此贴 #end #if(bean.hadCollect == 1) 取消收藏 #else 收藏 #end
#(bean.content??)
回帖
    #for(x : comments.rows??)
  • #(x.nickname??)
    #(x.createTime??)
    #(x.content??)
    #if(x.hadSupport == 1) #(x.supportNum) #else #(x.supportNum) #end 回复
  • #else
  • 没有任何回答
  • #end
最近热帖
#for(x : hotView.rows)
#(x.title) #(x.viewNum)
#end
近期热议
#for(x : hotReply.rows)
#(x.title) #(x.replyNum)
#end
#end #define js() #end