|
|
|
@ -144,6 +144,8 @@ |
|
|
|
<div class="swiper-wrapper"> |
|
|
|
{hcTaglib:allSubCategory pid="333" field="*" max-level="2" item="vo" sort="sort asc" key="key"} |
|
|
|
<article class="swiper-slide section-1__item"> |
|
|
|
{hcTaglib:category id="$vo.id" item="vv" field="*"} |
|
|
|
<a href="{$vv.alias}?cat=product-control-{$vv.id}"> |
|
|
|
<div class="section-1__head"> |
|
|
|
<span class="section-1__icon" aria-hidden="true"> |
|
|
|
{if $key == 1} |
|
|
|
@ -721,6 +723,8 @@ |
|
|
|
<div class="section-1__img"> |
|
|
|
<img src="{$vo.thumbnail.url ?? ''}" alt="" /> |
|
|
|
</div> |
|
|
|
</a> |
|
|
|
{/hcTaglib:category} |
|
|
|
</article> |
|
|
|
{/hcTaglib:allSubCategory} |
|
|
|
</div> |
|
|
|
@ -928,7 +932,9 @@ |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
<div class="section-5__more d-flex pc-none justify-content-center pt-5"> |
|
|
|
<a class="s-btn s-btn--primary s-btn--pill" href="/news.html">探索更多</a> |
|
|
|
{hcTaglib:category id="361" item="vo" field="*"} |
|
|
|
<a class="s-btn s-btn--primary s-btn--pill" href="{$vo.alias ?? ''}">探索更多</a> |
|
|
|
{/hcTaglib:category} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</section> |
|
|
|
|