From 1e64b12386da73abc378e82fb0e97d2bc268a2a4 Mon Sep 17 00:00:00 2001 From: hbk01 <3243430237@qq.com> Date: Tue, 12 Jul 2022 21:51:52 +0800 Subject: [PATCH] =?UTF-8?q?+=20=E8=BF=9B=E6=A0=B7=E5=BA=8F=E5=88=97?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=90=E4=BA=9B=E6=83=85=E5=86=B5=E4=B8=8B?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=AE=A1=E7=AE=97=E9=94=99=E8=AF=AF=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- injection-sequence.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/injection-sequence.html b/injection-sequence.html index 444036a..c4c174a 100644 --- a/injection-sequence.html +++ b/injection-sequence.html @@ -118,7 +118,7 @@ */ function InjectionSequenceToDate(time, ptime, stime, num) { var t = InjectionSequence(time, ptime, stime, num); - var t_hour = Math.floor(t / 60); + var t_hour = Math.floor(Math.abs(t) / 60); var t_min = t % 60; var date = new Date(); var dateAfter = new Date(date.getFullYear(), date.getMonth(), date.getDate(),