Authored by 姜枫

fix style

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