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>
|
||||
<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}
|
||||
|
||||
Reference in New Issue
Block a user