code review by fei.hong: do fixes bug to product brand shops show images
Showing
1 changed file
with
2 additions
and
0 deletions
@@ -41,6 +41,8 @@ class IndexController extends WebAction | @@ -41,6 +41,8 @@ class IndexController extends WebAction | ||
41 | 41 | ||
42 | //品牌系列参数 | 42 | //品牌系列参数 |
43 | $condition['folder_id'] = $this->get('folder_id'); | 43 | $condition['folder_id'] = $this->get('folder_id'); |
44 | + // 品牌型类 | ||
45 | + $condition['series'] = $this->get('series'); | ||
44 | 46 | ||
45 | //$options参数数组 | 47 | //$options参数数组 |
46 | $options = array(); | 48 | $options = array(); |
-
Please register or login to post a comment