...
|
...
|
@@ -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);
|
|
|
});
|
...
|
...
|
|