fix: mobile 文章详情页评论记录

This commit is contained in:
2025-06-25 09:27:12 +08:00
parent dd5d3498f2
commit f320b3efbc
3 changed files with 9 additions and 8 deletions

View File

@@ -39,6 +39,7 @@ return [
'电子邮箱' => 'Email', '电子邮箱' => 'Email',
'您的电子邮件地址不会被公开' => 'Your email address will not be pulished.', '您的电子邮件地址不会被公开' => 'Your email address will not be pulished.',
'留言内容' => 'Comment', '留言内容' => 'Comment',
'评论' => 'COMMENT',
'提交留言' => 'POST COMMENT', '提交留言' => 'POST COMMENT',
'你可能还喜欢' => 'Recommended for you', '你可能还喜欢' => 'Recommended for you',
'链接复制成功' => 'Link copied successfully', '链接复制成功' => 'Link copied successfully',

View File

@@ -35,6 +35,7 @@ return [
'电子邮箱' => 'Email', '电子邮箱' => 'Email',
'您的电子邮件地址不会被公开' => 'Your email address will not be pulished.', '您的电子邮件地址不会被公开' => 'Your email address will not be pulished.',
'留言内容' => 'Comment', '留言内容' => 'Comment',
'评论' => 'COMMENT',
'提交留言' => 'POST COMMENT', '提交留言' => 'POST COMMENT',
'你可能还喜欢' => 'Recommended for you', '你可能还喜欢' => 'Recommended for you',
'链接复制成功' => 'Link copied successfully', '链接复制成功' => 'Link copied successfully',

View File

@@ -25,20 +25,19 @@
</div> </div>
<div class="blog_content">{$detail.content|raw}</div> <div class="blog_content">{$detail.content|raw}</div>
</div> </div>
{notempty name="comments"}
<div class="pl_box"> <div class="pl_box">
<div class="blog_pl"> <div class="blog_pl">
<h3>评论</h3> <h3>{:lang_i18n('评论')}</h3>
<div class="plitem"> {volist name="comments" id="cm"}
<div class="pl_name">王麻子:</div>
<div class="pl_text">水电费水电费水电费水电费</div>
</div>
<div class="plitem"> <div class="plitem">
<div class="pl_name">王麻子:</div> <div class="pl_name">{$cm.name}:</div>
<div class="pl_text">水电费水电费水电费水电费</div> <div class="pl_text">{$cm.content}</div>
</div> </div>
{/volist}
</div> </div>
</div> </div>
{/notempty}
<div class="share_box"> <div class="share_box">
{notempty name="share_config"} {notempty name="share_config"}
<div class="blog_share"> <div class="blog_share">