由于数据返回格式变化,修复品牌一览页面数据不显示的bug
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -62,7 +62,7 @@ class BrandModel | @@ -62,7 +62,7 @@ class BrandModel | ||
62 | $result['searchUrl'] = Helpers::url('/brands/search', null); | 62 | $result['searchUrl'] = Helpers::url('/brands/search', null); |
63 | 63 | ||
64 | // 资源位处理 | 64 | // 资源位处理 |
65 | - $result['topData'] = FloorProcess::getContent($brand['brandTop'], $channel); | 65 | + $result['topData'] = FloorProcess::getContent(array('list' => $brand['brandTop']), $channel); |
66 | 66 | ||
67 | /* 按字母'A-Z'分组的品牌列表 */ | 67 | /* 按字母'A-Z'分组的品牌列表 */ |
68 | if (!empty($brand['brandList']['brands'])) { | 68 | if (!empty($brand['brandList']['brands'])) { |
-
Please register or login to post a comment