...
|
...
|
@@ -478,8 +478,8 @@ const getBaseShopData = (params, shopInfo) => { |
|
|
appVersion: _.get(params, 'app_version', ''),
|
|
|
isBaseShop: true,
|
|
|
id: shopId,
|
|
|
intro: shopInfo.shopIntro,
|
|
|
collected: shopInfo.isFavorite === 'Y',
|
|
|
intro: shopInfo.shop_intro,
|
|
|
collected: shopInfo.is_favorite === 'Y',
|
|
|
banner: _.get(banner[0], 'shopSrc', '')
|
|
|
}
|
|
|
});
|
...
|
...
|
|