...
|
...
|
@@ -62,7 +62,7 @@ const tool = { |
|
|
dest.preferenceUrl = `/product/detail/preference${extra}`;
|
|
|
}
|
|
|
|
|
|
dest.brandId = origin.brand_info.brand_id || 0;
|
|
|
dest.brandId = origin.brand_info && origin.brand_info.brand_id || 0;
|
|
|
dest.productSkn = origin.product_skn;
|
|
|
dest.id = origin.product_id;
|
|
|
|
...
|
...
|
|