diff --git a/pageC/groupBuy/index.vue b/pageC/groupBuy/index.vue index 16e4279..07bb6ef 100644 --- a/pageC/groupBuy/index.vue +++ b/pageC/groupBuy/index.vue @@ -6,12 +6,12 @@ - + - + @@ -22,7 +22,6 @@ import SpecialGoods from "../../components/shop/special-shop/index"; export default { data() { return { - pageSize: 6, tabList: [], current: -1, swiperCurrent: 0, @@ -42,6 +41,7 @@ export default { }, watch: { current(index) { + this.page = 0; this.getPinTuanList({ id: this.tabList[index].gc_id, load: 'reload' }); } }, @@ -56,7 +56,7 @@ export default { }) }, // 拼团列表 - async getPinTuanList({ id, page, load }) { + async getPinTuanList({ id, load }) { const res = await this.$u.api.getPinTuanList({ page: this.page, gc_id: id,