...
|
...
|
@@ -471,7 +471,7 @@ const getShopAbout = (shopId, uid, channel) => { |
|
|
shopId: shopId,
|
|
|
bannerHeight: 150,
|
|
|
shopHome: `/?shopId=${shopId}`,
|
|
|
shopIntro: `/about?shopId=${shopId}`,
|
|
|
shopIntro: `/shop${shopId}-about`,
|
|
|
coled: _.get(result, '[2].data.is_favorite', 'N') === 'Y'
|
|
|
});
|
|
|
_.set(resData, 'brand.shopBanner', decorator.shopTopBannerBase);
|
...
|
...
|
@@ -928,7 +928,7 @@ const getBaseShopData = (params, extra, channel, shopId) => { |
|
|
shopId: shopId,
|
|
|
bannerHeight: 150,
|
|
|
shopHome: `/?shopId=${shopId}`,
|
|
|
shopIntro: `/about?shopId=${shopId}`,
|
|
|
shopIntro: `/shop${shopId}-about`,
|
|
|
coled: _.get(result[2], 'data.is_favorite', 'N') === 'Y'
|
|
|
});
|
|
|
|
...
|
...
|
|