Showing
2 changed files
with
1 additions
and
2 deletions
@@ -52,7 +52,7 @@ class BrandModel | @@ -52,7 +52,7 @@ class BrandModel | ||
52 | $brand = BrandData::package(self::CODE_TOPPOS_LIFESTYLE, 4); | 52 | $brand = BrandData::package(self::CODE_TOPPOS_LIFESTYLE, 4); |
53 | break; | 53 | break; |
54 | } | 54 | } |
55 | - var_dump($brand); exit; | 55 | + |
56 | // 模板中的使用JS标识 | 56 | // 模板中的使用JS标识 |
57 | $result['brandPage'] = true; | 57 | $result['brandPage'] = true; |
58 | // 是否显示app下载浮层标识 | 58 | // 是否显示app下载浮层标识 |
@@ -41,7 +41,6 @@ class BrandController extends AbstractAction | @@ -41,7 +41,6 @@ class BrandController extends AbstractAction | ||
41 | } | 41 | } |
42 | 42 | ||
43 | // 渲染模板 | 43 | // 渲染模板 |
44 | - print_r(Category\BrandModel::getBrandByChannel($channel)); | ||
45 | $this->_view->display('index', Category\BrandModel::getBrandByChannel($channel)); | 44 | $this->_view->display('index', Category\BrandModel::getBrandByChannel($channel)); |
46 | } | 45 | } |
47 | 46 |
-
Please register or login to post a comment