Authored by 陈林

去除拼团列表无效参数。review by 孙凯。

... ... @@ -164,7 +164,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?type=2&title=&groupPurchase=&union_type=${unionType}`;
let shareUrl = `https://m.yohobuy.com/activity/group/list?union_type=${unionType}`;
shareUrl = Helper.joinWxProgramPath(shareUrl,groupListParams)
InteractionManager.runAfterInteractions(()=>{
... ... @@ -191,7 +191,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?type=2&title=&groupPurchase=&union_type=${unionType}`;
let shareUrl = `https://m.yohobuy.com/activity/group/list?union_type=${unionType}`;
shareUrl = Helper.joinWxProgramPath(shareUrl,groupListParams)
InteractionManager.runAfterInteractions(()=>{
... ... @@ -217,7 +217,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?type=2&title=&groupPurchase=&union_type=${unionType}`;
let shareUrl = `https://m.yohobuy.com/activity/group/list?union_type=${unionType}`;
shareUrl = Helper.joinWxProgramPath(shareUrl,groupListParams)
InteractionManager.runAfterInteractions(()=>{
... ...