浏览代码

index product

NoteStar 5 年之前
父节点
当前提交
e5ecc17a0e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      addons/fecmall/furnilife_theme/app/appfront/theme/furnilife/cms/home/index.php

+ 1 - 1
addons/fecmall/furnilife_theme/app/appfront/theme/furnilife/cms/home/index.php

@@ -127,7 +127,7 @@
                 <div class="tab-slider-wrapper">
 
                             <?php
-                                $parentThis['products'] = $newProducts;
+                                $parentThis['products'] = $featuredProducts;
                                 $parentThis['name'] = 'new';
                                 echo Yii::$service->page->widget->render('cms/productlist',$parentThis);
                             ?>