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}