fix: 缩小问路面板避免遮挡小路曱甴路 + 清理debug日志修复构建
This commit is contained in:
parent
f60818e993
commit
55f89ee6a0
@ -1092,8 +1092,10 @@ export default {
|
|||||||
break
|
break
|
||||||
case "startBetCountDown": //倒计时
|
case "startBetCountDown": //倒计时
|
||||||
if (data.count_down == 10) {
|
if (data.count_down == 10) {
|
||||||
|
console.log('[DEBUG] 播放 last_10_seconds')
|
||||||
audioMp3(["last_10_seconds"]).Play()
|
audioMp3(["last_10_seconds"]).Play()
|
||||||
} else if (data.count_down < 9) {
|
} else if (data.count_down < 9) {
|
||||||
|
console.log('[DEBUG] 播放 time')
|
||||||
audioMp3(["time"]).Play()
|
audioMp3(["time"]).Play()
|
||||||
}
|
}
|
||||||
break
|
break
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user