From 899e22c9c6986213575a0caf67b59db5cde02b66 Mon Sep 17 00:00:00 2001 From: binbin0314 Date: Thu, 5 Aug 2021 18:50:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 8d85ff3..4e11a5b 100644 --- a/index.html +++ b/index.html @@ -177,7 +177,7 @@ param: { codeAndAnswerList: [ { - answer: time, + answer: [time], questionCode: 'JRZLSJ' } ], @@ -309,7 +309,6 @@ this.chooseTimeValue = new Date(chooseTime).getTime() if(chooseTime){ await this.choose(new Date(chooseTime).getTime()) - console.log('new Date(chooseTime).getTime(): ', new Date(chooseTime).getTime()); this.cancelTime() } },