Authored by 姜枫

fix style

... ... @@ -105,6 +105,7 @@ const shop = {
q.order = q.order || 's_n_desc';
q.page = parseInt(q.page || 1, 10);
// q.yh_channel = channel;
ShopData.getShopHeadData(domain, shopId, uid).then(result => {
... ...
... ... @@ -170,7 +170,7 @@ const ShopService = {
if (!info.isFavorite && brandInfo.isFavorite === 'Y') {
favType = 'brand';
}
info.isFavorite = info.isFavorite || (brandInfo.isFavorite === 'Y')
info.isFavorite = info.isFavorite || (brandInfo.isFavorite === 'Y');
info.banner = info.banner || info.brandBanner;
}
info.favType = favType;
... ...