From f99e2673a60fcde0d549870ab6c2ce085243df78 Mon Sep 17 00:00:00 2001 From: paulGao Date: Fri, 8 Oct 2021 11:37:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=AE=BE=E7=BD=AE=E9=99=90?= =?UTF-8?q?=E6=97=B6=E6=8A=A2=E8=B4=AD=E6=B4=BB=E5=8A=A8=E6=97=A0=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E6=98=BE=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manager/src/views/promotion/seckill/setupSeckill.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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, + }); } } }