Authored by 孙凯

update share 参数 review by chenling

... ... @@ -83,9 +83,10 @@ class ShareDetailContainer extends Component {
}else {
qrCode = host + '/wechat/miniapp/img-check.jpg?param=' + productSkn + '&miniQrType=7';
}
let shareParam = {
title: productInfo.productName ? productInfo.productName : '',
content: productInfo.phrase ? productInfo.phrase : '',
content: productInfo.productName ? productInfo.productName : '',
image: goodsInfo.colorImage,
url: '',
miniProgramPath: 'pages/goodsDetail/goodsDetail?productSkn=' + productSkn,
... ...