diff --git a/view/admin/post_comment/index.html b/view/admin/post_comment/index.html index 1ebae1c..7ae5482 100644 --- a/view/admin/post_comment/index.html +++ b/view/admin/post_comment/index.html @@ -52,7 +52,7 @@ {$vo.content}

{$vo.user.nickname}

-

{$vo.user.account}

+

{$vo.user.username}

{$vo.create_time} diff --git a/view/index/post/read.html b/view/index/post/read.html index e90d4d5..1130bc3 100644 --- a/view/index/post/read.html +++ b/view/index/post/read.html @@ -186,10 +186,10 @@ {volist name='$post.comments' id='comment'}
- +
-
{$comment.user.nickname|default=$comment.user.account}
+
{$comment.user.nickname|default=$comment.user.username}
{$comment.content}
{if !empty($user_info) && $user_info.uid == $comment.user_uid }