Commit 038f263b authored by 罗超's avatar 罗超

调整倒计时

parent 2add1b27
...@@ -958,7 +958,7 @@ ...@@ -958,7 +958,7 @@
</div> </div>
<!-- 倒计时 --> <!-- 倒计时 -->
<div class="shu-start-tooltip-box" v-if="showCount"> <div class="shu-start-tooltip-box" v-if="showCount">
<div class="shu-num-box">{{totalTime}}</div> <div class="shu-num-box">{{totalTime==5?'Ready':(totalTime==1?"GO":(totalTime-1))}}</div>
</div> </div>
<!-- 烟花 --> <!-- 烟花 -->
<div class="fireworks"> <div class="fireworks">
...@@ -1028,7 +1028,7 @@ export default { ...@@ -1028,7 +1028,7 @@ export default {
NUMBER_OF_LEAVES: 18, NUMBER_OF_LEAVES: 18,
showPeople: false, showPeople: false,
showCount: false, showCount: false,
totalTime: 3, totalTime: 5,
totalTime2: 30, totalTime2: 30,
// 显示30秒倒计时 // 显示30秒倒计时
showThrityCount: false, showThrityCount: false,
......
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 to comment