Authored by hf

code review by fei.hong: do merge shaofeng.zhou search brand modify logo codes

... ... @@ -4,7 +4,6 @@ namespace WebPlugin;
use WebPlugin\Paging;
use WebPlugin\Helpers;
use LibModels\Web\Product\BrandData;
use Configs\ChannelConfig;
use Index\HomeModel;
... ... @@ -1448,7 +1447,7 @@ class HelperSearch
}
}
$shopEntry['home'] = $url;
$shopEntry['logo'] = Images::getSourceUrl($shop['brand_ico'], 'brandLogo');
$shopEntry['logo'] = Images::getImageUrl($shop['brand_ico'], 80, 50, 1, 'brandLogo');
$shopEntry['shopName'] = $shop['brand_name'];
$shopEntry['sort'] = $sort;
return $shopEntry;
... ...