修复逛列表页banner数据没返回的bug
Code Review By Rock Zhang
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -345,7 +345,7 @@ class IndexModel | @@ -345,7 +345,7 @@ class IndexModel | ||
345 | $build = array(); | 345 | $build = array(); |
346 | $build['url'] = Helpers::getFilterUrl($value['url']); | 346 | $build['url'] = Helpers::getFilterUrl($value['url']); |
347 | $build['img'] = Helpers::getImageUrl($value['src'], 830, 327); | 347 | $build['img'] = Helpers::getImageUrl($value['src'], 830, 327); |
348 | - $data['guang']['swiper'][] = $build; | 348 | + $result['swiper'][] = $build; |
349 | } | 349 | } |
350 | } | 350 | } |
351 | 351 |
-
Please register or login to post a comment