Authored by mali

空间名称:yhb-img01

... ... @@ -219,7 +219,7 @@ public class ProductSearchServiceImpl implements ProductSearchService {
brandLogo = ((JSONObject)brand).getString("brand_logo");
item.setItemUrl(ImageUrlAssist.getAllProductPicUrl(brandLogo, "brandLogo", "center", "d2hpdGU=")));
item.setItemUrl(ImageUrlAssist.getAllProductPicUrl(brandLogo, "brandLogo", "center", "d2hpdGU="));
itemList.add(item);
}
brandFilterItem.setItemList(itemList);
... ...