Committed by
周少峰
base shop banner height
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -895,7 +895,8 @@ const getBaseShopData = (params, extra, channel, shopId) => { | @@ -895,7 +895,8 @@ const getBaseShopData = (params, extra, channel, shopId) => { | ||
895 | shopIntro: `/about?shopId=${shopId}`, | 895 | shopIntro: `/about?shopId=${shopId}`, |
896 | coled: _.get(result[2], 'data.is_favorite', 'N') === 'Y' | 896 | coled: _.get(result[2], 'data.is_favorite', 'N') === 'Y' |
897 | }); | 897 | }); |
898 | - _.set(resData, 'brand.shopBanner', decorator.shopTopBannerBase); | 898 | + _.set(resData, 'brand.shopBanner', |
899 | + Object.assign(decorator.shopTopBannerBase, {bannerHeight: 150})); | ||
899 | _.unset(resData, 'brand.brandBanner'); | 900 | _.unset(resData, 'brand.brandBanner'); |
900 | 901 | ||
901 | if (decorator.signboard) { | 902 | if (decorator.signboard) { |
-
Please register or login to post a comment