Authored by 周少峰

Merge branch 'hotfix/shop'

... ... @@ -313,10 +313,10 @@ const getBrandData = (params, extra, channel) => {
// 最近浏览记录
latestWalk: 7
});
}
// 品牌页不显示品牌筛选项
delete finalResult.brand.filters.brand;
_.unset(finalResult, 'brand.filters.brand');
}
finalResult.criteo = {skn: searchHandler.getCriteo(_.get(finalResult.brand, 'goods'))};
... ...