...
|
...
|
@@ -887,7 +887,7 @@ const getShopListData = (channel, params, uid) => { |
|
|
let groupSort = _.get(result[4], 'data', []),
|
|
|
noPageQs = Object.assign({}, params, {page: 1});
|
|
|
|
|
|
finalResult.leftContent = searchHandler.handleSortData(groupSort, noPageQs);
|
|
|
finalResult.leftContent = searchHandler.handleSortData(groupSort, noPageQs, params);
|
|
|
|
|
|
_.set(finalResult, 'brandShopAd', {baseUrl: shopListUrl});
|
|
|
|
...
|
...
|
|