Authored by Rock Zhang

由于数据返回格式变化,修复品牌一览页面数据不显示的bug

... ... @@ -62,7 +62,7 @@ class BrandModel
$result['searchUrl'] = Helpers::url('/brands/search', null);
// 资源位处理
$result['topData'] = FloorProcess::getContent($brand['brandTop'], $channel);
$result['topData'] = FloorProcess::getContent(array('list' => $brand['brandTop']), $channel);
/* 按字母'A-Z'分组的品牌列表 */
if (!empty($brand['brandList']['brands'])) {
... ...