Authored by 孙凯

修改 bug review by chenlin

... ... @@ -200,8 +200,8 @@ class GroupPurchaseContainer extends Component {
let param = {
title: shareCodeInfo.get('title'),
shareImageUrl: productIcon,
content: '',
shareUrl,
content: shareCodeInfo.get('title'),
}
ReactNative.NativeModules.YH_CommonHelper.shareToSina(param);
});
... ...
... ... @@ -255,7 +255,7 @@ class GroupPurchaseDetailContainer extends Component {
let param = {
title,
shareImageUrl: productIcon,
content: '',
content: title,
shareUrl,
}
ReactNative.NativeModules.YH_CommonHelper.shareToSina(param);
... ...