From 2ac0708ac1d9ff151848ef4c518e96676dd12a90 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Tue, 15 Jul 2025 09:22:12 +0800 Subject: [PATCH 1/2] =?UTF-8?q?perf:=20mobile=20=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E5=88=86=E7=B1=BB=E4=B8=8E=E6=90=9C=E7=B4=A2=E9=A1=B5=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E7=BC=A9=E7=95=A5=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/index/view/mobile/product/category.html | 2 +- app/index/view/mobile/product/search.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} From d20e703bfe324349a1fef8e23b51643492e14015 Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Tue, 15 Jul 2025 09:25:25 +0800 Subject: [PATCH 2/2] fix: mobile subcategory.html --- app/index/view/mobile/product/subcategory.html | 2 -- 1 file changed, 2 deletions(-) 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}