wip: test
This commit is contained in:
@@ -134,8 +134,10 @@ const countdownFn = () => {
|
||||
|
||||
if (m === 0 && s === 0) {
|
||||
clearInterval(timeId.value)
|
||||
get_list()
|
||||
get_info()
|
||||
setTimeout(() => {
|
||||
get_list()
|
||||
get_info()
|
||||
}, 3000)
|
||||
}
|
||||
isKj.value = m === 0 && s < 40 ? true : false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user