code review by fei.hong: do merge new sale list and search codes
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -56,7 +56,7 @@ class IndexController extends WebAction | @@ -56,7 +56,7 @@ class IndexController extends WebAction | ||
56 | $options['action'] = 'brand';//说明当前方法名 | 56 | $options['action'] = 'brand';//说明当前方法名 |
57 | 57 | ||
58 | //调用模型获得品牌页数据 | 58 | //调用模型获得品牌页数据 |
59 | - $data = BrandsModel::getBrandSearchData($condition, $options); | 59 | + $data = BrandsModel::getBrandSearchData($condition, $options); var_dump($data); |
60 | $seo = $data['seo']; | 60 | $seo = $data['seo']; |
61 | $data = array( | 61 | $data = array( |
62 | //初始化js | 62 | //初始化js |
-
Please register or login to post a comment