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