修改用户头像

This commit is contained in:
2023-10-05 15:02:45 +08:00
parent 50d29b941e
commit 26a93bd789
2 changed files with 1 additions and 2 deletions

View File

@@ -186,7 +186,7 @@
{volist name='$post.comments' id='comment'}
<div class="post-item" id="comment-{$comment.id}" data-id="{$comment.id}">
<div class="left">
<img src="{$comment.user.head_img}" alt="">
<img src="{$comment.user.head_img_url}" alt="">
</div>
<div class="right">
<div>{$comment.user.nickname|default=$comment.user.username}</div>