...
|
...
|
@@ -135,7 +135,7 @@ const ShopService = { |
|
|
info.shopId = shopId;
|
|
|
info.name = shopIntro.shopName;
|
|
|
info.info = shopIntro.shopIntro;
|
|
|
info.btnName = '店铺介绍';
|
|
|
info.btnName = '品牌介绍';
|
|
|
info.isFavorite = shopIntro.isFavorite === 'Y';
|
|
|
|
|
|
let shopData = yield Promise.all([ShopService.getShopDecorator(shopId),
|
...
|
...
|
|