|
@@ -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,
|
|
|
})
|
|
|
"
|
|
|
></s-goods-column>
|
|
@@ -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,
|
|
|
})
|
|
|
"
|
|
|
>
|