mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-04 00:24:29 +08:00
修复评论头像错误
This commit is contained in:
@@ -187,7 +187,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_url}" alt="">
|
||||
<img src="{$comment.user.head_img_url|default=''}" alt="">
|
||||
</div>
|
||||
<div class="right">
|
||||
<div>{$comment.user.nickname|default=$comment.user.username}</div>
|
||||
|
||||
Reference in New Issue
Block a user