...
|
...
|
@@ -924,7 +924,7 @@ const getBaseShopData = (params, extra, channel, shopId) => { |
|
|
let data = result[1].data || {},
|
|
|
decorator = shopHandler.getShopDecorator(data, {}, shopId, true);
|
|
|
|
|
|
Object.assign(decorator.shopTopBannerBase, {
|
|
|
Object.assign(decorator.shopTopBannerBase || {}, {
|
|
|
shopId: shopId,
|
|
|
bannerHeight: 150,
|
|
|
shopHome: `/?shopId=${shopId}`,
|
...
|
...
|
|