#if($!obj.childs.size()>0)
#foreach($child in $obj.childs)
#set($child_img="$!webPath/$!config.memberIcon.path/$!config.memberIcon.name")
#if($!child.user.photo)
#set($child_img="$!webPath/$!child.user.photo.path/$!child.user.photo.name")
#end

-
$!CommUtil.formatLongDate($!child.addTime)
#if($!child.user.id!=$!user.id) 回复 | #end #if($!child.user.id==$!user.id) 删除#end
#end
#end