fix(custom): 修复澳拾转盘不准的问题
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
body {
|
body {
|
||||||
// line-height: 1;
|
line-height: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mt-15 {
|
.mt-15 {
|
||||||
|
|||||||
@@ -192,7 +192,10 @@ const countdownFn = () => {
|
|||||||
if (m === 0 && s === 0) {
|
if (m === 0 && s === 0) {
|
||||||
clearInterval(timeId.value)
|
clearInterval(timeId.value)
|
||||||
clearInterval(time_i.value)
|
clearInterval(time_i.value)
|
||||||
|
getList()
|
||||||
|
setTimeout(() => {
|
||||||
startRun(list.value[0].name)
|
startRun(list.value[0].name)
|
||||||
|
}, 1500)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user