mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
修改推荐链接问题
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
<div class="body">
|
<div class="body">
|
||||||
<div class="plus-post-list">
|
<div class="plus-post-list">
|
||||||
{volist name='top_posts' id='post_top'}
|
{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')"
|
onmouseover="$(this).find('.poster').addClass('layui-anim-scale')"
|
||||||
onmouseout="$(this).find('.poster').removeClass('layui-anim-scale')">
|
onmouseout="$(this).find('.poster').removeClass('layui-anim-scale')">
|
||||||
{notempty name='$post_top->getData("poster")'}
|
{notempty name='$post_top->getData("poster")'}
|
||||||
|
|||||||
Reference in New Issue
Block a user