【修复】拼团装修组件,跳转拼团商品界面的 id 不正确的问题
This commit is contained in:
@@ -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,
|
||||
})
|
||||
"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user