Commit dd606aed by Lays-lzq

feat: 修复显示

parent 1f6aa859
......@@ -9,7 +9,7 @@
00:{{ lotteryInfo.countDown | filterNum }}:00
</span>
<span v-else>
<template v-if="day > 0">{{ day | filterNum }}</template><template v-if="hours > 0">{{ hours | filterNum }}:</template>{{ minutes | filterNum }}:{{
<template v-if="day > 0">{{ day }}</template><template v-if="hours > 0">{{ hours | filterNum }}:</template>{{ minutes | filterNum }}:{{
seconds | filterNum
}}
</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment