From 71075ddbbf0c2020f139dea326094784bc927a0a Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Tue, 31 Mar 2026 09:17:12 +0800 Subject: [PATCH] 11 --- package1/group/groupBuySingle.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package1/group/groupBuySingle.vue b/package1/group/groupBuySingle.vue index c01965a..a556518 100644 --- a/package1/group/groupBuySingle.vue +++ b/package1/group/groupBuySingle.vue @@ -56,7 +56,7 @@ 公告:{{shopItem.remark}} - + @@ -90,10 +90,10 @@ - + + :style="{'border-radius':item.checked?'10px':'','color':item.checked?'rgba(0, 35, 28, 1)':'#777','background':item.checked?'#fff':''}"> {{item.categoryName}} @@ -669,12 +669,12 @@ for (let i = 0; i < this.menuList.length; i++) { this.menuList[i].checked = (i === index); } - // 重置分页 - this.searchForm.pageNum = 1; - this.pageNum = 1; - this.total = 1; - this.productItem = []; - this.getProduct(this.menuList[index].id); + // // 重置分页 + // this.searchForm.pageNum = 1; + // this.pageNum = 1; + // this.total = 1; + // this.productItem = []; + // this.getProduct(this.menuList[index].id); }, openOrderWait(item){ this.chooseWaitType = false