Authored by 周少峰

rec brand ico

... ... @@ -131,7 +131,7 @@ class BrandModel
foreach ($brand['brandList']['hot_list'] as $newBrand) {
$brandInfo = array();
$brandInfo['url'] = Helpers::url('', null , $newBrand['brand_domain']);
$brandInfo['img'] = Helpers::getImageUrl($newBrand['brand_ico'], 200, 200);
$brandInfo['img'] = Helpers::getImageUrl($newBrand['brand_ico'], 186, 115);
$brandInfo['brandName'] = $newBrand['brand_name'];
$result['recommandBrandWall']['list'][] = $brandInfo;
}
... ...