Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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]; |
-
Please register or login to post a comment