Commit 8ced3f2e authored by 华国豪's avatar 华国豪 🙄

1

parent 4abc4f48
......@@ -1212,7 +1212,7 @@ export default {
if (this.totalTime === 0) {
window.clearInterval(clock);
this.showCount = false;
this.totalTime = 3;
this.totalTime = 5;
this.showThrityCount = true;
this.showMoney = true;
this.MsgBus.$emit('daojishiMp3', 3)
......
......@@ -88,7 +88,7 @@
</div>
<!-- 倒计时 -->
<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 class="number-ani-box" ref="countBox" v-if="showThrityCount">
......@@ -153,7 +153,7 @@ export default {
data () {
return {
noReady: true,
totalTime: 3,
totalTime: 5,
totalTime2: 30,
proxy: {},
showCount: false,
......@@ -382,7 +382,7 @@ export default {
if (this.totalTime === 0) {
window.clearInterval(clock2)
this.showCount = false
this.totalTime = 3
this.totalTime = 5
this.showThrityCount = true
this.MsgBus.$emit('daojishiMp3', 2)
this.countDown30()
......
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