diff --git a/app/index/view/mobile/product/subcategory.html b/app/index/view/mobile/product/subcategory.html
index d7867e16..2a520cf1 100644
--- a/app/index/view/mobile/product/subcategory.html
+++ b/app/index/view/mobile/product/subcategory.html
@@ -19,7 +19,6 @@
{notempty name="categorys_data"}
- {notempty name="pro['products']"}
{assign name="products" value=":\think\helper\Arr::flatMap(fn($pro) => $pro['products'], $categorys_data)" /}
{volist name="products" id="pr"}
@@ -56,7 +55,6 @@
{/volist}
- {/notempty}
{/notempty}