From 7691abaab7c50b5d88e9b9092860a3fc341a8b2e Mon Sep 17 00:00:00 2001 From: jsasg <735273025@qq.com> Date: Mon, 19 May 2025 14:40:16 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=88=86=E7=B1=BB=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=98=BE=E7=A4=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/product/category.html | 2 +- app/index/view/product/newpro.html | 2 +- app/index/view/product/subcategory.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/index/view/product/category.html b/app/index/view/product/category.html index 9dae868f..46bfd49b 100644 --- a/app/index/view/product/category.html +++ b/app/index/view/product/category.html @@ -30,7 +30,7 @@ {volist name="vo.products" id="pro"}
- +
{$pro.name}
{$pro.spu}
diff --git a/app/index/view/product/newpro.html b/app/index/view/product/newpro.html index a425c586..97eb2d9a 100644 --- a/app/index/view/product/newpro.html +++ b/app/index/view/product/newpro.html @@ -20,7 +20,7 @@
{volist name="vo.products" id="pro"} - +
{$pro.name}
{$pro.spu}
{eq name="pro.is_new" value="1"} diff --git a/app/index/view/product/subcategory.html b/app/index/view/product/subcategory.html index 6e878fb6..830a369d 100644 --- a/app/index/view/product/subcategory.html +++ b/app/index/view/product/subcategory.html @@ -26,7 +26,7 @@
{volist name="vp.sku" id="vs" key="vs_idx"} - + {/volist}
{$vp.name}