修改推荐链接问题

This commit is contained in:
augushong
2020-08-22 16:51:39 +08:00
parent 97372ec997
commit a24825e675

View File

@@ -14,7 +14,7 @@
<div class="body">
<div class="plus-post-list">
{volist name='top_posts' id='post_top'}
<a href="{:url('Post/read',['id'=>$post.id])}" class="plus-post-item"
<a href="{$post_top.read_url}" class="plus-post-item"
onmouseover="$(this).find('.poster').addClass('layui-anim-scale')"
onmouseout="$(this).find('.poster').removeClass('layui-anim-scale')">
{notempty name='$post_top->getData("poster")'}