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

1

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