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 })