diff --git a/pages/componentsB/countDown/countDown.nvue b/pages/componentsB/countDown/countDown.nvue index acb3ab40..22af2779 100644 --- a/pages/componentsB/countDown/countDown.nvue +++ b/pages/componentsB/countDown/countDown.nvue @@ -25,7 +25,7 @@ > {{ timeData.days }} 天 - {{ timeData.hours>10?timeData.hours:'0'+timeData.hours}} 时 + {{ timeData.hours>10?timeData.hours:('0'+timeData.hours)}} 时 {{ timeData.minutes }} 分 {{ timeData.seconds }} 秒