if($comment['uid']){ }else{ }
{$comment.create_time|friendlyDate}  
if($comment['uid']){ {$comment.user.nickname} }else{ 游客({$comment.area}) }

{$comment.content|parse_comment_content}

if(is_login()){ if($comment['uid']){ 回复 } if(check_auth('deleteLocalComment',$comment['uid'])){ 删除 } }