Authored by 姜枫

fix shop index bug

@@ -144,7 +144,7 @@ const ShopService = { @@ -144,7 +144,7 @@ const ShopService = {
144 info.isFavorite = brandInfo.isFavorite === 'Y'; 144 info.isFavorite = brandInfo.isFavorite === 'Y';
145 info.showShopName = shopIntro.isShowShopName === 'Y'; 145 info.showShopName = shopIntro.isShowShopName === 'Y';
146 146
147 - let shopData = yield Promise.all([ShopService.getShopDecorator(shopId), 147 + let shopData = yield Promise.all([ShopService.getShopDecorator(info.shopId),
148 ShopService.getShopSecondSorts(info.brandId, shopId)]); 148 ShopService.getShopSecondSorts(info.brandId, shopId)]);
149 let shopList = shopData[0]; 149 let shopList = shopData[0];
150 let sorts = shopData[1]; 150 let sorts = shopData[1];