...
|
...
|
@@ -163,7 +163,7 @@ class GroupPurchaseContainer extends Component { |
|
|
|
|
|
let bigImage = shareCodeInfo.get('bigImage');
|
|
|
let productIcon = bigImage ? getSlicedUrl(bigImage,150*DEVICE_WIDTH_RATIO, 120*DEVICE_WIDTH_RATIO, 2) : '';
|
|
|
let shareUrl = `https://m.yohobuy.com/activity/group/list?productPool="${activityId}"&type=2&title=&groupPurchase=&union_type="${unionType}"`;
|
|
|
let shareUrl = `https://m.yohobuy.com/activity/group/list?productPool=${activityId}&type=2&title=&groupPurchase=&union_type=${unionType}`;
|
|
|
|
|
|
InteractionManager.runAfterInteractions(()=>{
|
|
|
let param = {
|
...
|
...
|
@@ -188,7 +188,7 @@ class GroupPurchaseContainer extends Component { |
|
|
|
|
|
let bigImage = shareCodeInfo.get('bigImage');
|
|
|
let productIcon = bigImage ? getSlicedUrl(bigImage,150*DEVICE_WIDTH_RATIO, 120*DEVICE_WIDTH_RATIO, 2) : '';
|
|
|
let shareUrl = `https://m.yohobuy.com/activity/group/list?productPool="${activityId}"&type=2&title=&groupPurchase=&union_type="${unionType}"`;
|
|
|
let shareUrl = `https://m.yohobuy.com/activity/group/list?productPool=${activityId}&type=2&title=&groupPurchase=&union_type=${unionType}`;
|
|
|
|
|
|
InteractionManager.runAfterInteractions(()=>{
|
|
|
let param = {
|
...
|
...
|
@@ -212,7 +212,7 @@ class GroupPurchaseContainer extends Component { |
|
|
|
|
|
let bigImage = shareCodeInfo.get('bigImage');
|
|
|
let productIcon = bigImage ? getSlicedUrl(bigImage,150*DEVICE_WIDTH_RATIO, 120*DEVICE_WIDTH_RATIO, 2) : '';
|
|
|
let shareUrl = `https://m.yohobuy.com/activity/group/list?productPool="${activityId}"&type=2&title=&groupPurchase=&union_type="${unionType}"`;
|
|
|
let shareUrl = `https://m.yohobuy.com/activity/group/list?productPool=${activityId}&type=2&title=&groupPurchase=&union_type=${unionType}`;
|
|
|
|
|
|
InteractionManager.runAfterInteractions(()=>{
|
|
|
let param = {
|
...
|
...
|
|