From 682b2865ffadba1d8e00d053bdbfa8b9511a8fe1 Mon Sep 17 00:00:00 2001 From: zqylzcwcxy <347891134@qq.com> Date: Wed, 22 Mar 2023 21:27:17 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:feat:=20feat(uni-countdown):=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9EshowTime=E5=AF=B9=E8=B1=A1=E5=8F=82=E6=95=B0-?= =?UTF-8?q?=E6=8E=A7=E5=88=B6=E6=97=B6=E5=88=86=E7=A7=92=E7=9A=84=E5=8D=95?= =?UTF-8?q?=E7=8B=AC=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../uni-countdown/uni-countdown.vue | 92 +++++++++++-------- 1 file changed, 53 insertions(+), 39 deletions(-) diff --git a/uni_modules/uni-countdown/components/uni-countdown/uni-countdown.vue b/uni_modules/uni-countdown/components/uni-countdown/uni-countdown.vue index 5f63365e3..84e37f468 100644 --- a/uni_modules/uni-countdown/components/uni-countdown/uni-countdown.vue +++ b/uni_modules/uni-countdown/components/uni-countdown/uni-countdown.vue @@ -2,12 +2,12 @@ {{ d }} {{dayText}} - {{ h }} - {{ showColon ? ':' : hourText }} - {{ i }} - {{ showColon ? ':' : minuteText }} - {{ s }} - {{secondText}} + {{ h }} + {{ showColon ? ':' : hourText }} + {{ i }} + {{ showColon ? ':' : minuteText }} + {{ s }} + {{secondText}} +