...
|
...
|
@@ -136,7 +136,6 @@ const ShopService = { |
|
|
|
|
|
if (info.shopId) {
|
|
|
let shopIntro = yield ShopService.getShopIntro(info.shopId, uid);
|
|
|
let brandInfo = yield BrandService.getBrandInfo(info.brandId, uid);
|
|
|
|
|
|
info.name = shopIntro.shopName;
|
|
|
info.info = shopIntro.shopIntro;
|
...
|
...
|
|