...
|
...
|
@@ -201,7 +201,7 @@ const _processBrandShops = (list) => { |
|
|
url: helpers.urlFormat('/product/index/brand/', {
|
|
|
shop_id: item.shop_id
|
|
|
}),
|
|
|
thumb: helpers.image(item.shop_logo, 75, 40),
|
|
|
thumb: helpers.image(item.shop_logo, 126, 80),
|
|
|
name: item.shop_name,
|
|
|
shopId: item.shop_id
|
|
|
});
|
...
|
...
|
@@ -210,7 +210,7 @@ const _processBrandShops = (list) => { |
|
|
url: helpers.urlFormat('/product/global/list/', {
|
|
|
brand: item.global_brand_id
|
|
|
}),
|
|
|
thumb: helpers.image(item.brand_ico, 75, 40),
|
|
|
thumb: helpers.image(item.brand_ico, 126, 80),
|
|
|
name: item.brand_name,
|
|
|
brandId: item.global_brand_id
|
|
|
});
|
...
|
...
|
|