Authored by 郭成尧

shop_id

@@ -647,7 +647,7 @@ const getBrandLogoByDomain = (domain) => { @@ -647,7 +647,7 @@ const getBrandLogoByDomain = (domain) => {
647 url: helpers.urlFormat('', null, formatData.brand_domain), 647 url: helpers.urlFormat('', null, formatData.brand_domain),
648 thumb: helpers.image(formatData.brand_ico, 75, 40), 648 thumb: helpers.image(formatData.brand_ico, 75, 40),
649 name: formatData.brand_name, 649 name: formatData.brand_name,
650 - shopId: formatData.id ? formatData.id : 0, // 店铺id 650 + shopId: formatData.shop_id ? formatData.shop_id : 0, // 店铺id
651 type: formatData.type ? formatData.type : 0 651 type: formatData.type ? formatData.type : 0
652 }; 652 };
653 } else { 653 } else {