Browse Source

首页跳转修改

master
loucongjun 2 weeks ago
parent
commit
4df8d9f39e
  1. 12
      public/themes/website/1/zh/demo/single_index.html

12
public/themes/website/1/zh/demo/single_index.html

@ -75,7 +75,9 @@
<p class="section__eyebrow">{$vo.title ?? ''}</p> <p class="section__eyebrow">{$vo.title ?? ''}</p>
<h1 class="section__title section__title--hero">{$vo.sub_title|raw}</h1> <h1 class="section__title section__title--hero">{$vo.sub_title|raw}</h1>
<p class="section__desc">{$vo.description ?? ''}</p> <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> </div>
{if !empty($news[$key-1])} {if !empty($news[$key-1])}
<div class="section-banner__award"> <div class="section-banner__award">
@ -724,7 +726,9 @@
</div> </div>
</div> </div>
<div class="section-1__more"> <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>
<div class="section-1__more mobile"> <div class="section-1__more mobile">
<div class="s-arrows"> <div class="s-arrows">
@ -871,7 +875,9 @@
<div class="section__inner"> <div class="section__inner">
<div class="section-5__header"> <div class="section-5__header">
<h2 class="section__title">{$sub_cates[5]['title']}</h2> <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>
<div class="section-5__body"> <div class="section-5__body">
{php}$news = getChildCategoriesContent(361,$seller_id,4);{/php} {php}$news = getChildCategoriesContent(361,$seller_id,4);{/php}

Loading…
Cancel
Save