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