From 127dfe15906e46827bb3c1f9889cdd9815b0069a Mon Sep 17 00:00:00 2001 From: song Date: Tue, 27 Jul 2021 23:51:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=84=E4=BC=B0=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 92 ++++++++++++++---------------------------------------- route.js | 18 ++--------- 2 files changed, 26 insertions(+), 84 deletions(-) diff --git a/index.html b/index.html index 1a5737a..1b12505 100644 --- a/index.html +++ b/index.html @@ -47,30 +47,32 @@ -
- -
+
+ +
- +
-
diff --git a/route.js b/route.js index 88e96dc..50bb6b4 100644 --- a/route.js +++ b/route.js @@ -10,22 +10,8 @@ post('/getDate').to.json({ code: 200, msg: 'ok', data: { - status: 0, - startTime: '1627396856605', - disparity: 0, - planStartTime: '1627360856000' - }, - success: true -}) - -post('/chooseTime').to.json({ - code: 200, - msg: 'ok', - data: { - status: 1, - startTime: '1627360856000', - disparity: 0, - planStartTime: '1627396856605' + status: 2, + unComplete: 1, }, success: true })