Authored by 郭成尧

分类测试数据

@@ -58,6 +58,7 @@ class IndexController extends AbstractAction @@ -58,6 +58,7 @@ class IndexController extends AbstractAction
58 $item['brand_ico'] = \Plugin\Images::getImageUrl($item['brand_ico'],0,0); 58 $item['brand_ico'] = \Plugin\Images::getImageUrl($item['brand_ico'],0,0);
59 } 59 }
60 // ShopData::debugOut($result); 60 // ShopData::debugOut($result);
  61 +// $result = $this->getCategoryContent();
61 return $this->_view->display('category', array( 62 return $this->_view->display('category', array(
62 'productCategoryPage' => true, 63 'productCategoryPage' => true,
63 'content' => $result, 64 'content' => $result,