From 6426468ff9070eaa661ec21307db971ea9c487c9 Mon Sep 17 00:00:00 2001 From: leiyilu <1509167646@qq.com> Date: Tue, 26 Jul 2022 23:23:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BD=93=E5=8A=9B=E6=A8=A1?= =?UTF-8?q?=E6=9D=BF=E4=B8=80=E6=98=BE=E7=A4=BA=E6=97=B6=E9=97=B4=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/Note.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Note.js b/apps/Note.js index 0855aeb..a60a080 100644 --- a/apps/Note.js +++ b/apps/Note.js @@ -117,7 +117,7 @@ export async function Note(e, { if (data.resin_recovery_time > 0) { resinMaxTime = new Date().getTime() + data.resin_recovery_time * 1000; let maxDate = new Date(resinMaxTime); - resinMaxTime =moment(maxDate).format("hh:mm"); + resinMaxTime =moment(maxDate).format("HH:mm"); let Time_day = await dateTime_(maxDate) resinMaxTime_mb2 = Time_day + moment(maxDate).format("hh:mm"); // console.log(format("dd", maxDate))