From 3840074b00fcac0fec7728fde5aab9cd7f4817da Mon Sep 17 00:00:00 2001 From: ghusermoon <2673031505@qq.com> Date: Wed, 25 Nov 2020 09:00:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8B=BC=E5=9B=A2=E5=88=97=E8=A1=A8=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E6=9B=B4=E5=A4=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageC/groupBuy/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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,