fix: mobile subcategory.html

This commit is contained in:
2025-07-15 09:25:25 +08:00
parent 2ac0708ac1
commit d20e703bfe

View File

@@ -19,7 +19,6 @@
<div class="m_Container">
{notempty name="categorys_data"}
<div class="product_list">
{notempty name="pro['products']"}
<ul>
{assign name="products" value=":\think\helper\Arr::flatMap(fn($pro) => $pro['products'], $categorys_data)" /}
{volist name="products" id="pr"}
@@ -56,7 +55,6 @@
</li>
{/volist}
</ul>
{/notempty}
</div>
{/notempty}
</div>