Authored by yyq

shop entry

... ... @@ -297,7 +297,7 @@ const shopFormat = shopDatas => {
_.forEach(shopDatas, val => {
let sorts = [];
let shopId = _.get(val, 'shop.id', '');
let shopId = _.get(val, 'shop.shop_id', '');
let url = helpers.urlFormat('', {shopId: shopId}, val.shop.brand_domain);
if (val.shopSort) {
... ...