|
|
|
@ -75,7 +75,9 @@ |
|
|
|
<p class="section__eyebrow">{$vo.title ?? ''}</p> |
|
|
|
<h1 class="section__title section__title--hero">{$vo.sub_title|raw}</h1> |
|
|
|
<p class="section__desc">{$vo.description ?? ''}</p> |
|
|
|
<a class="s-btn s-btn--primary s-btn--pill" href="/news.html">探索更多</a> |
|
|
|
{hcTaglib:category id="333" item="vo" field="*"} |
|
|
|
<a class="s-btn s-btn--primary s-btn--pill" href="{$vo.alias ?? '/'}">探索更多</a> |
|
|
|
{/hcTaglib:category} |
|
|
|
</div> |
|
|
|
{if !empty($news[$key-1])} |
|
|
|
<div class="section-banner__award"> |
|
|
|
@ -724,7 +726,9 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="section-1__more"> |
|
|
|
<a class="s-btn s-btn--primary s-btn--pill" href="/product.html">探索更多</a> |
|
|
|
{hcTaglib:category id="333" item="vo" field="*"} |
|
|
|
<a class="s-btn s-btn--primary s-btn--pill" href="{$vo.alias ?? '/'}">探索更多</a> |
|
|
|
{/hcTaglib:category} |
|
|
|
</div> |
|
|
|
<div class="section-1__more mobile"> |
|
|
|
<div class="s-arrows"> |
|
|
|
@ -871,7 +875,9 @@ |
|
|
|
<div class="section__inner"> |
|
|
|
<div class="section-5__header"> |
|
|
|
<h2 class="section__title">{$sub_cates[5]['title']}</h2> |
|
|
|
<a class="s-btn s-btn--primary s-btn--pill m-none" href="/news.html">探索更多</a> |
|
|
|
{hcTaglib:category id="361" item="vo" field="*"} |
|
|
|
<a class="s-btn s-btn--primary s-btn--pill m-none" href="{$vo.alias ?? '/'}">探索更多</a> |
|
|
|
{/hcTaglib:category} |
|
|
|
</div> |
|
|
|
<div class="section-5__body"> |
|
|
|
{php}$news = getChildCategoriesContent(361,$seller_id,4);{/php} |
|
|
|
|