fix: pc header
Some checks failed
Gitea Actions Official-website / deploy-dev (push) Failing after 3s

This commit is contained in:
2026-04-10 09:26:02 +08:00
parent 2c20bd2649
commit 9748a3008e

View File

@@ -49,8 +49,8 @@
{/volist}
{/if}
</div>
{if condition="!empty($vo.recommends)"}
<div class="header-dropdown-products">
{if condition="!empty($vo.recommends)"}
{volist name="vo.recommends" id="recommend"}
<div class="header-product-card">
<a href="{$recommend.link}">
@@ -61,8 +61,8 @@
</a>
</div>
{/volist}
{/if}
</div>
{/if}
</div>
{/volist}
</div>