Authored by 孙凯

Add url 参数 review by chenlin

... ... @@ -158,12 +158,14 @@ class GroupPurchaseContainer extends Component {
let {
activityId,
shareCodeInfo,
groupListParams,
} = this.props.groupPurchase;
let { unionType } = this.props.app;
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?type=2&title=&groupPurchase=&union_type=${unionType}`;
shareUrl = Helper.joinWxProgramPath(shareUrl,groupListParams)
InteractionManager.runAfterInteractions(()=>{
let param = {
... ... @@ -183,12 +185,14 @@ class GroupPurchaseContainer extends Component {
let {
activityId,
shareCodeInfo,
groupListParams,
} = this.props.groupPurchase;
let { unionType } = this.props.app;
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?type=2&title=&groupPurchase=&union_type=${unionType}`;
shareUrl = Helper.joinWxProgramPath(shareUrl,groupListParams)
InteractionManager.runAfterInteractions(()=>{
let param = {
... ... @@ -207,12 +211,14 @@ class GroupPurchaseContainer extends Component {
let {
activityId,
shareCodeInfo,
groupListParams,
} = this.props.groupPurchase;
let { unionType } = this.props.app;
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?type=2&title=&groupPurchase=&union_type=${unionType}`;
shareUrl = Helper.joinWxProgramPath(shareUrl,groupListParams)
InteractionManager.runAfterInteractions(()=>{
let param = {
... ...