...
|
...
|
@@ -233,9 +233,9 @@ function _getBaseShopData(channel, params, shopInfo) { |
|
|
let resData = {
|
|
|
shopId: shopId,
|
|
|
brand: Object.assign({
|
|
|
brandShopAd: true,
|
|
|
pageIntro: _.truncate(pageIntro, {length: 300, omission: more})
|
|
|
}, searchHandler.handlePathNavData({brandName: shopName}, params, 'shop', channel)),
|
|
|
brandShopAd: true,
|
|
|
pageIntro: _.truncate(pageIntro, {length: 300, omission: more})
|
|
|
}, searchHandler.handlePathNavData({brandName: shopName}, params, 'shop', channel)),
|
|
|
};
|
|
|
|
|
|
Object.assign(resData,
|
...
|
...
|
|