diff --git a/components/shop/group/item.vue b/components/shop/group/item.vue index 660f9bc..7a55227 100644 --- a/components/shop/group/item.vue +++ b/components/shop/group/item.vue @@ -34,8 +34,9 @@ export default { this.$u.route({ url: 'pageB/sdetails/index', params: { - id: this.info.pintuan_id, - type: 2, + // id: this.info.pintuan_id, + id: this.info.pintuan_goods_id, + // type: 2, } }) } diff --git a/components/shop/special-shop/index.vue b/components/shop/special-shop/index.vue index 0229082..2e54829 100644 --- a/components/shop/special-shop/index.vue +++ b/components/shop/special-shop/index.vue @@ -1,9 +1,9 @@