Authored by yyq

shop sort param

... ... @@ -269,7 +269,10 @@ const getBrandData = (params, extra, channel) => {
if (params.shopId) {
// 店铺以店铺ID查询商品
queryBase.shop_id = params.shopId;
Object.assign(queryBase, {
shop_id: params.shopId,
shop: params.shopId
});
} else {
// 品牌以品牌ID查询商品
queryBase.brand = extra.brandId;
... ...