...
|
...
|
@@ -94,7 +94,7 @@ class GroupPurchaseContainer extends Component { |
|
|
imageUrl: url,
|
|
|
fromPage,
|
|
|
}
|
|
|
|
|
|
|
|
|
ReactNative.NativeModules.YH_CommonHelper.shareImageToWXMini(param);
|
|
|
this.props.actions.showSnapshootShare(false);
|
|
|
}
|
...
|
...
|
@@ -112,7 +112,7 @@ class GroupPurchaseContainer extends Component { |
|
|
if (!resource) {
|
|
|
return;
|
|
|
}
|
|
|
let miniProgramPath = '/pages/groupPurchase/groupPurchase?activity_id=' + activityId;
|
|
|
let miniProgramPath = '/pages/groupPurchase/groupPurchase?activityId=' + activityId;
|
|
|
let fromPage = 'GroupPurchase';
|
|
|
let bigImage = shareCodeInfo.get('bigImage');
|
|
|
let productIcon = bigImage ? getSlicedUrl(bigImage,150*DEVICE_WIDTH_RATIO, 120*DEVICE_WIDTH_RATIO, 2) : '';
|
...
|
...
|
|