Authored by 孙凯

修改 bug. review by chenlin

... ... @@ -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 = {
... ...
... ... @@ -212,7 +212,7 @@ class GroupPurchaseDetailContainer extends Component {
let productName = resource.productName;
let title = '【还差' + lackNum + '人】' + productGroupPrice + '拼' + productName;
let shareUrl = `http://m.yohobuy.com/activity/group/progress?groupNo="${groupNo}"&activityId="${activityId}"&union_type="${unionType}"`;
let shareUrl = `http://m.yohobuy.com/activity/group/progress?groupNo=${groupNo}&activityId=${activityId}&union_type=${unionType}`;
InteractionManager.runAfterInteractions(()=>{
let param = {
isText: 'text',
... ... @@ -248,7 +248,7 @@ class GroupPurchaseDetailContainer extends Component {
let productName = resource.productName;
let title = '【还差' + lackNum + '人】' + productGroupPrice + '拼' + productName;
let shareUrl = `http://m.yohobuy.com/activity/group/progress?groupNo="${groupNo}"&activityId="${activityId}"&union_type="${unionType}"`;
let shareUrl = `http://m.yohobuy.com/activity/group/progress?groupNo=${groupNo}&activityId=${activityId}&union_type=${unionType}`;
InteractionManager.runAfterInteractions(()=>{
let param = {
title,
... ... @@ -284,7 +284,7 @@ class GroupPurchaseDetailContainer extends Component {
let productName = resource.productName;
let title = '【还差' + lackNum + '人】' + productGroupPrice + '拼' + productName;
let shareUrl = `http://m.yohobuy.com/activity/group/progress?groupNo="${groupNo}"&activityId="${activityId}"&union_type="${unionType}"`;
let shareUrl = `http://m.yohobuy.com/activity/group/progress?groupNo=${groupNo}&activityId=${activityId}&union_type=${unionType}`;
InteractionManager.runAfterInteractions(()=>{
let param = {
... ...