|
@@ -99,6 +99,7 @@ const shareGoodsDetail = (shareInfo) => { |
|
@@ -99,6 +99,7 @@ const shareGoodsDetail = (shareInfo) => { |
99
|
product_name: productInfo.productName ? productInfo.productName : '',
|
99
|
product_name: productInfo.productName ? productInfo.productName : '',
|
100
|
sales_price: `¥${productInfo.originalSalesPrice}`,
|
100
|
sales_price: `¥${productInfo.originalSalesPrice}`,
|
101
|
productDefaultImage: productInfo.colorImage,
|
101
|
productDefaultImage: productInfo.colorImage,
|
|
|
102
|
+ product_skn: productSkn + '',
|
102
|
fromType: 'productDetail',
|
103
|
fromType: 'productDetail',
|
103
|
};
|
104
|
};
|
104
|
return shareParam;
|
105
|
return shareParam;
|
|
@@ -127,6 +128,7 @@ const shareStrollDetail = (shareInfo) => { |
|
@@ -127,6 +128,7 @@ const shareStrollDetail = (shareInfo) => { |
127
|
title: title ? title : '',
|
128
|
title: title ? title : '',
|
128
|
content: content ? content : '',
|
129
|
content: content ? content : '',
|
129
|
pic: pic,
|
130
|
pic: pic,
|
|
|
131
|
+ image: pic,
|
130
|
bigImage: wechatShareImgUrl,
|
132
|
bigImage: wechatShareImgUrl,
|
131
|
url: url,
|
133
|
url: url,
|
132
|
minSortName,
|
134
|
minSortName,
|