fix: mobile view问题

This commit is contained in:
2025-07-15 09:15:53 +08:00
parent 3ff0137e4b
commit c04b7cae38
2 changed files with 4 additions and 2 deletions

View File

@@ -19,6 +19,7 @@
<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"}
@@ -55,6 +56,7 @@
</li>
{/volist}
</ul>
{/notempty}
</div>
{/notempty}
</div>