...
|
...
|
@@ -908,6 +908,8 @@ const getShopListData = (channel, params, uid) => { |
|
|
const getBaseShopData = (params, extra, channel, shopId) => {
|
|
|
let resData = {};
|
|
|
|
|
|
params.shopId = shopId;
|
|
|
|
|
|
return Promise.all([
|
|
|
getBrandData(params, extra, channel),
|
|
|
searchApi.getShopDecorator(shopId), // 店铺装修数据
|
...
|
...
|
|