|
@@ -897,6 +897,7 @@ const getBaseShopData = (params, extra, channel, shopId) => { |
|
@@ -897,6 +897,7 @@ const getBaseShopData = (params, extra, channel, shopId) => { |
897
|
shopIntro: `/about?shopId=${shopId}`,
|
897
|
shopIntro: `/about?shopId=${shopId}`,
|
898
|
coled: _.get(result[2], 'data.is_favorite', 'N') === 'Y'
|
898
|
coled: _.get(result[2], 'data.is_favorite', 'N') === 'Y'
|
899
|
});
|
899
|
});
|
|
|
900
|
+
|
900
|
_.set(resData, 'brand.shopBanner', decorator.shopTopBannerBase);
|
901
|
_.set(resData, 'brand.shopBanner', decorator.shopTopBannerBase);
|
901
|
_.unset(resData, 'brand.brandBanner');
|
902
|
_.unset(resData, 'brand.brandBanner');
|
902
|
|
903
|
|
|
@@ -909,6 +910,7 @@ const getBaseShopData = (params, extra, channel, shopId) => { |
|
@@ -909,6 +910,7 @@ const getBaseShopData = (params, extra, channel, shopId) => { |
909
|
if (result[2].code === 200) {
|
910
|
if (result[2].code === 200) {
|
910
|
let shopName = _.get(result[2], 'data.shop_name', '');
|
911
|
let shopName = _.get(result[2], 'data.shop_name', '');
|
911
|
|
912
|
|
|
|
913
|
+ _.set(resData, 'brand.shopBanner.shopName', shopName);
|
912
|
_.set(resData, 'brand.pathNav[2]', {
|
914
|
_.set(resData, 'brand.pathNav[2]', {
|
913
|
name: shopName,
|
915
|
name: shopName,
|
914
|
pathTitle: shopName
|
916
|
pathTitle: shopName
|