fix: mobile 文章详情页评论记录
This commit is contained in:
@@ -39,6 +39,7 @@ return [
|
||||
'电子邮箱' => 'Email',
|
||||
'您的电子邮件地址不会被公开' => 'Your email address will not be pulished.',
|
||||
'留言内容' => 'Comment',
|
||||
'评论' => 'COMMENT',
|
||||
'提交留言' => 'POST COMMENT',
|
||||
'你可能还喜欢' => 'Recommended for you',
|
||||
'链接复制成功' => 'Link copied successfully',
|
||||
|
||||
@@ -35,6 +35,7 @@ return [
|
||||
'电子邮箱' => 'Email',
|
||||
'您的电子邮件地址不会被公开' => 'Your email address will not be pulished.',
|
||||
'留言内容' => 'Comment',
|
||||
'评论' => 'COMMENT',
|
||||
'提交留言' => 'POST COMMENT',
|
||||
'你可能还喜欢' => 'Recommended for you',
|
||||
'链接复制成功' => 'Link copied successfully',
|
||||
|
||||
@@ -25,20 +25,19 @@
|
||||
</div>
|
||||
<div class="blog_content">{$detail.content|raw}</div>
|
||||
</div>
|
||||
{notempty name="comments"}
|
||||
<div class="pl_box">
|
||||
<div class="blog_pl">
|
||||
<h3>评论</h3>
|
||||
<h3>{:lang_i18n('评论')}</h3>
|
||||
{volist name="comments" id="cm"}
|
||||
<div class="plitem">
|
||||
<div class="pl_name">王麻子:</div>
|
||||
<div class="pl_text">水电费水电费水电费水电费</div>
|
||||
<div class="pl_name">{$cm.name}:</div>
|
||||
<div class="pl_text">{$cm.content}</div>
|
||||
</div>
|
||||
<div class="plitem">
|
||||
<div class="pl_name">王麻子:</div>
|
||||
<div class="pl_text">水电费水电费水电费水电费</div>
|
||||
{/volist}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
{/notempty}
|
||||
<div class="share_box">
|
||||
{notempty name="share_config"}
|
||||
<div class="blog_share">
|
||||
|
||||
Reference in New Issue
Block a user