From 50d29b941e05327f36167a7348c254f9f3855ece Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 5 Oct 2023 14:55:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=8E=B7=E5=8F=96=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BF=A1=E6=81=AF=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/admin/post_comment/index.html | 2 +- view/index/post/read.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 }