fix(custom): 修复澳拾转盘不准的问题

This commit is contained in:
2024-01-31 02:08:57 +08:00
parent 2abf70daa8
commit bfae502f5e
2 changed files with 5 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
// }
body {
// line-height: 1;
line-height: 1;
}
.mt-15 {

View File

@@ -192,7 +192,10 @@ const countdownFn = () => {
if (m === 0 && s === 0) {
clearInterval(timeId.value)
clearInterval(time_i.value)
getList()
setTimeout(() => {
startRun(list.value[0].name)
}, 1500)
}
}