tianyi 2 weeks ago
parent
commit
ba6be695d2
  1. 1
      package2/group/groupBuySingle.vue

1
package2/group/groupBuySingle.vue

@ -1364,6 +1364,7 @@
let hasTuijian = false let hasTuijian = false
let tuijianList = [] let tuijianList = []
let putongList = [] let putongList = []
that.moreBuyList = []
for (let i = 0; i < that.productItem.length; i++) { for (let i = 0; i < that.productItem.length; i++) {
if (this.productItem[i].sellBeginTime != '' && this.productItem[i].sellEndTime != '') { if (this.productItem[i].sellBeginTime != '' && this.productItem[i].sellEndTime != '') {
let isEndTime = this.isWithinBusinessHours(this.productItem[i].sellBeginTime, this let isEndTime = this.isWithinBusinessHours(this.productItem[i].sellBeginTime, this

Loading…
Cancel
Save