...
|
...
|
@@ -43,7 +43,8 @@ const handleBrandList = origin => { |
|
|
shopId: subValue.shop_id,
|
|
|
shopName: subValue.brand_name_en || subValue.brand_name_cn || subValue.brand_name,
|
|
|
isRedShop: subValue.is_red_shop,
|
|
|
shopTemplateType: subValue.shop_template_type
|
|
|
shopTemplateType: subValue.shop_template_type,
|
|
|
brandId: subValue.id
|
|
|
});
|
|
|
});
|
|
|
|
...
|
...
|
@@ -82,7 +83,8 @@ const handleBrandList = origin => { |
|
|
shopId: subValue.shop_id,
|
|
|
shopName: subValue.brand_name_en || subValue.brand_name_cn || subValue.brand_name,
|
|
|
isRedShop: subValue.is_red_shop,
|
|
|
shopTemplateType: subValue.shop_template_type
|
|
|
shopTemplateType: subValue.shop_template_type,
|
|
|
brandId: subValue.id
|
|
|
});
|
|
|
});
|
|
|
dest.brandList.push({
|
...
|
...
|
|