From 72c7055c50c92a2ed1185904abbb1cdf7512695a Mon Sep 17 00:00:00 2001 From: daihh Date: Mon, 7 Nov 2022 17:21:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Gonggao.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Gonggao.vue b/src/components/Gonggao.vue index 45dd035b..23d7c2fe 100644 --- a/src/components/Gonggao.vue +++ b/src/components/Gonggao.vue @@ -23,7 +23,7 @@ }, mounted() { let now=new Date(); - let min=new Date(2022,10,9,0,0,0); + let min=new Date(2022,10,7,0,0,0); let max=new Date(2022,10,9,6,0,0); //console.log(now,min,max); //console.log(now.getTime(),min.getTime(),max.getTime());