Authored by 郝肖肖

解决冲突

... ... @@ -91,7 +91,9 @@ const _searchGoods = (params) => {
delete params.filter_poolId;
}
if (params.brand) {
if (params.shop_id) {
method = 'app.search.li';
} else if (params.brand) {
method = 'app.search.brand';
}
... ...