Showing
1 changed file
with
1 additions
and
3 deletions
@@ -1316,15 +1316,13 @@ class HelperSearch | @@ -1316,15 +1316,13 @@ class HelperSearch | ||
1316 | */ | 1316 | */ |
1317 | public static function getBannerFormat($banner, $brand) | 1317 | public static function getBannerFormat($banner, $brand) |
1318 | { | 1318 | { |
1319 | - | ||
1320 | // 根据品牌Id获取品牌banner图 | 1319 | // 根据品牌Id获取品牌banner图 |
1321 | if (isset($banner['banner'])) { | 1320 | if (isset($banner['banner'])) { |
1322 | $bannerImg = Helpers::getImageUrl($banner['banner'], '', 150); | 1321 | $bannerImg = Helpers::getImageUrl($banner['banner'], '', 150); |
1323 | } | 1322 | } |
1324 | 1323 | ||
1325 | $is_favorite = false; | 1324 | $is_favorite = false; |
1326 | - $shopName = false; | ||
1327 | - if(isset($brand)){ | 1325 | + if(isset($brand['is_favorite'])){ |
1328 | // 获取是否收藏 | 1326 | // 获取是否收藏 |
1329 | if ($brand['is_favorite'] == 'Y') { | 1327 | if ($brand['is_favorite'] == 'Y') { |
1330 | $is_favorite = true; | 1328 | $is_favorite = true; |
-
Please register or login to post a comment