diff --git a/manager/src/views/promotion/seckill/setupSeckill.vue b/manager/src/views/promotion/seckill/setupSeckill.vue index 3608bcd7..bb120150 100644 --- a/manager/src/views/promotion/seckill/setupSeckill.vue +++ b/manager/src/views/promotion/seckill/setupSeckill.vue @@ -95,12 +95,12 @@ export default { }); } }); - if (!this.times[i]) { - this.times.push({ - time: i, - check: false, - }); - } + } + if (!this.times[i]) { + this.times.push({ + time: i, + check: false, + }); } } }