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