Authored by hongweigao

imageurl

... ... @@ -240,7 +240,7 @@ const getBrandInfo = (brandId, uid) => {
if (!_.isEmpty(proInfoTmp)) {
_.forEach(proInfoTmp, subValue => {
imgs.push({
src: helpers.image(subValue.default_images, 80, 100)
src: helpers.image(subValue.default_images, 80, 100, 3)
});
});
}
... ... @@ -248,7 +248,7 @@ const getBrandInfo = (brandId, uid) => {
// 整合
data = {
key: res.data.brand_id,
icon: helpers.image(res.data.brand_ico, 80, 50),
icon: helpers.image(res.data.brand_ico, 80, 50, 3),
title: res.data.brand_name,
content: res.data.brand_intro,
subtitle: 'FEATURED ITEMS',
... ...