Authored by yyq

基础店铺排序类型处理

... ... @@ -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), // 店铺装修数据
... ...