master
Gongxinshu 2022-01-10 10:34:35 +08:00
parent eaf2881826
commit 8c91089247
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
<ul> <ul>
{foreach $items as $item} {foreach $items as $item}
<li> <li>
<a href="{:url('article/detail', ['id' => $item.id, 'source'=>$categoryId])}"> <a>
<span><img src="{:getImgSrc($item, '__IMG__/default_bg.jpg')}" ></span><p>{$item.title}</p> <span><img src="{:getImgSrc($item, '__IMG__/default_bg.jpg')}" ></span><p>{$item.title}</p>
</a> </a>
</li> </li>