From 4724df02380f539ba6992a5ea8c79cf3ad268afb Mon Sep 17 00:00:00 2001 From: ZtRXR Date: Mon, 11 Sep 2023 12:44:37 -0200 Subject: [PATCH] =?UTF-8?q?=E6=97=B6=E9=92=9F=E6=98=BE=E7=A4=BAAM=EF=BC=8C?= =?UTF-8?q?PM12=E7=82=B9BUG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tools/time.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/tools/time.vue b/pages/tools/time.vue index 4ce13e2..410f13b 100644 --- a/pages/tools/time.vue +++ b/pages/tools/time.vue @@ -24,7 +24,7 @@ onBeforeUnmount(()=>{
{{showTime.getHours()>12?(showTime.getHours()%12)/10<1?`0${showTime.getHours()%12}`:showTime.getHours()%12:(showTime.getHours())/10<1?`0${showTime.getHours()}`:showTime.getHours()}} - {{(showTime.getHours()/12>1?"PM":"AM")}} + {{(showTime.getHours()>=12?"PM":"AM")}} : {{(showTime.getMinutes())/10<1?`0${showTime.getMinutes()}`:showTime.getMinutes()}} :