diff --git a/app/index/view/mobile/product/category.html b/app/index/view/mobile/product/category.html index a5122c5b..7939e03a 100644 --- a/app/index/view/mobile/product/category.html +++ b/app/index/view/mobile/product/category.html @@ -46,7 +46,7 @@ {volist name="vo.products" id="pro" length="4"}
  • - + {$pro.name} {$pro.spu} diff --git a/app/index/view/mobile/product/search.html b/app/index/view/mobile/product/search.html index 055ca8d8..db020cd7 100644 --- a/app/index/view/mobile/product/search.html +++ b/app/index/view/mobile/product/search.html @@ -17,7 +17,7 @@
    {volist name="products" id="pro"} - +
    {$pro.name|raw} {$pro.spu|raw} 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}