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