From c67be5adf8804d81fe47ed391fb383d9db053a1e Mon Sep 17 00:00:00 2001 From: zhengliming Date: Wed, 3 Jan 2024 00:08:19 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=E4=BF=AE=E5=A4=8D=E5=80=92=E8=AE=A1?= =?UTF-8?q?=E6=97=B6=E6=98=BE=E7=A4=BA=E5=A4=9A=E4=BD=99=E7=9A=84=E3=80=90?= =?UTF-8?q?:=E3=80=91=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tn-count-down/tn-count-down.vue | 110 +++++++++--------- 1 file changed, 57 insertions(+), 53 deletions(-) diff --git a/tuniao-ui/components/tn-count-down/tn-count-down.vue b/tuniao-ui/components/tn-count-down/tn-count-down.vue index cd31e69..521e2e0 100644 --- a/tuniao-ui/components/tn-count-down/tn-count-down.vue +++ b/tuniao-ui/components/tn-count-down/tn-count-down.vue @@ -9,18 +9,18 @@ {{ d }} + + {{ separator === 'en' ? (showHours || showMinutes || showSeconds ? ':' : '') : '天'}} + - - {{ separator === 'en' ? ':' : '天'}} - + {{ h }} + + {{ separator === 'en' ? ':' : '时'}} + - - {{ separator === 'en' ? ':' : '时'}} - + {{ m }} + + {{ separator === 'en' ? ':' : '分'}} + - - {{ separator === 'en' ? ':' : '分'}} + + + + + {{ s }} + + + {{ separator === 'en' ? '' : '秒'}} + + - - - {{ s }} - - - - 秒 - + +