diff --git a/sheep/components/s-groupon-block/s-groupon-block.vue b/sheep/components/s-groupon-block/s-groupon-block.vue index 7ea1c8fd..2c32d603 100644 --- a/sheep/components/s-groupon-block/s-groupon-block.vue +++ b/sheep/components/s-groupon-block/s-groupon-block.vue @@ -27,8 +27,7 @@ :bottomRadius="data.borderRadiusBottom" @click=" sheep.$router.go('/pages/goods/groupon', { - id: product.id, - activity_id: props.data.activityId, + id: props.data.activityId, }) " > @@ -54,8 +53,7 @@ :bottomRadius="data.borderRadiusBottom" @click=" sheep.$router.go('/pages/goods/groupon', { - id: product.id, - activity_id: props.data.activityId, + id: props.data.activityId, }) " > diff --git a/sheep/platform/share.js b/sheep/platform/share.js index 6d832657..93b74c02 100644 --- a/sheep/platform/share.js +++ b/sheep/platform/share.js @@ -130,7 +130,7 @@ const decryptSpm = (spm) => { query = shareParamsArray[2].split(','); shareParams.query = { id: query[0], - activity_id: query[1], + activity_id: query[1], // TODO 芋艿:接入分享后,应该统一成 id 参数 }; break; case '4':