diff --git a/package2/group/groupBuySingle.vue b/package2/group/groupBuySingle.vue index f381f90..cf68d80 100644 --- a/package2/group/groupBuySingle.vue +++ b/package2/group/groupBuySingle.vue @@ -1364,6 +1364,7 @@ let hasTuijian = false let tuijianList = [] let putongList = [] + that.moreBuyList = [] for (let i = 0; i < that.productItem.length; i++) { if (this.productItem[i].sellBeginTime != '' && this.productItem[i].sellEndTime != '') { let isEndTime = this.isWithinBusinessHours(this.productItem[i].sellBeginTime, this