Authored by hf

code review by fei.hong: do merge new sale list and search codes

... ... @@ -56,7 +56,7 @@ class IndexController extends WebAction
$options['action'] = 'brand';//说明当前方法名
//调用模型获得品牌页数据
$data = BrandsModel::getBrandSearchData($condition, $options);
$data = BrandsModel::getBrandSearchData($condition, $options); var_dump($data);
$seo = $data['seo'];
$data = array(
//初始化js
... ...