refactor: pc header 三级产品分类改为显示5个
Some checks failed
Gitea Actions Official-website / deploy-dev (push) Failing after 4s
Some checks failed
Gitea Actions Official-website / deploy-dev (push) Failing after 4s
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<ul class="header-category-list">
|
<ul class="header-category-list">
|
||||||
{if condition="!empty($vcc.children)"}
|
{if condition="!empty($vcc.children)"}
|
||||||
{volist name="vcc.children" id="vccc" length="4"}
|
{volist name="vcc.children" id="vccc" length="5"}
|
||||||
<li class="header-category-item">
|
<li class="header-category-item">
|
||||||
<a href="{:url('product/subcategory', ['id' => $vccc.id])}" target="_self">
|
<a href="{:url('product/subcategory', ['id' => $vccc.id])}" target="_self">
|
||||||
{$vccc.name}
|
{$vccc.name}
|
||||||
|
|||||||
Reference in New Issue
Block a user