Authored by yyq
Committed by 周少峰

base shop banner height

... ... @@ -895,7 +895,8 @@ const getBaseShopData = (params, extra, channel, shopId) => {
shopIntro: `/about?shopId=${shopId}`,
coled: _.get(result[2], 'data.is_favorite', 'N') === 'Y'
});
_.set(resData, 'brand.shopBanner', decorator.shopTopBannerBase);
_.set(resData, 'brand.shopBanner',
Object.assign(decorator.shopTopBannerBase, {bannerHeight: 150}));
_.unset(resData, 'brand.brandBanner');
if (decorator.signboard) {
... ...