refactor: pc header 三级产品分类改为显示5个
Some checks failed
Gitea Actions Official-website / deploy-dev (push) Failing after 4s

This commit is contained in:
2026-04-15 10:52:02 +08:00
parent a18ff844a4
commit 180b5db570

View File

@@ -34,7 +34,7 @@
</div>
<ul class="header-category-list">
{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">
<a href="{:url('product/subcategory', ['id' => $vccc.id])}" target="_self">
{$vccc.name}