Authored by 郭成尧

'brand添加chanel'

... ... @@ -576,7 +576,8 @@ $.ajax({
data: {
shop_id: brand ? '' : shopId,
brand: brand,
gender: getQueryString('gender')
gender: getQueryString('gender'),
channel: getQueryString('channel')
},
success: function(data) {
$goodsContainer.append(data);
... ...
... ... @@ -485,7 +485,8 @@ class IndexController extends AbstractAction
'text' => '分类',
'url' => Helpers::url('/product/index/category', array('shop_id' => $shopId))
),
'gender' => $this->get('gender')
'gender' => $this->get('gender'),
'channel' => $this->get('channel')
));
}
... ...