增加访问记录列表

This commit is contained in:
2023-06-29 10:31:39 +08:00
parent 37c20ae141
commit 9d3a0221b3
5 changed files with 87 additions and 11 deletions

View File

@@ -154,7 +154,10 @@
</div>
{/volist}
</div>
<div class="layui-word-aux" >累计浏览次数:{$post->hits_title}</div>
<div style="text-align: right;">
<a href="{:url('Index/visit',['post_id'=>$post.id])}">更多记录,还有谁在看?</a>
</div>
<div class="layui-word-aux">累计浏览次数:{$post->hits_title}</div>
</div>
</fieldset>
</div>