fix(custom): 修复澳拾转盘不准的问题
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// }
|
||||
|
||||
body {
|
||||
// line-height: 1;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.mt-15 {
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user