...
|
...
|
@@ -11,6 +11,8 @@ let _getProduct = function(o) { |
|
|
middle_sort_id: o.middle_sort_id,
|
|
|
max_sort_id: o.max_sort_id,
|
|
|
brand_id: o.brand_id,
|
|
|
shop_id: o.shop_id,
|
|
|
shop_template_type: o.shop_template_type,
|
|
|
brand_domain: o.brand_domain,
|
|
|
brand_name: o.brand_name,
|
|
|
product_id: o.product_id,
|
...
|
...
|
@@ -20,7 +22,7 @@ let _getProduct = function(o) { |
|
|
sales_price: o.sales_price,
|
|
|
cn_alphabet: o.cn_alphabet,
|
|
|
default_images: o.default_images,
|
|
|
goods_id: Array.isArray(o.goods_list) && o.goods_list.length ? o.goods_list[0].goods_id : ''
|
|
|
goods_id: Array.isArray(o.goods_list) && o.goods_list.length ? o.goods_list[0].goods_id : undefined
|
|
|
};
|
|
|
};
|
|
|
|
...
|
...
|
|