|
|
|
@ -205,7 +205,7 @@ $current_cate_id = $current_cate['id'] ?? 0; |
|
|
|
<div class="sl2-more__grid"> |
|
|
|
{php}$others = getOtherCategoryCategoryId($current_cate['id'],$seller_id,5);{/php} |
|
|
|
{volist name="others" id="vo"} |
|
|
|
<a class="sl2-more__card" href=""> |
|
|
|
<a class="sl2-more__card" href="{$vo.alias ?? ''}"> |
|
|
|
<div class="sl2-more__media"> |
|
|
|
<img src="{$vo.thumbnail.url ?? ''}" alt="" width="400" height="300" loading="lazy" /> |
|
|
|
</div> |
|
|
|
|