wip: test

This commit is contained in:
2023-12-27 03:56:26 +08:00
parent 89a80af70f
commit e5141585e3

View File

@@ -142,6 +142,7 @@ const countdownFn = () => {
console.log('结束')
clearInterval(timeId.value)
get_list()
get_info()
}
}
@@ -181,6 +182,9 @@ const handleBet = (item: BetOpts) => {
title: res.msg,
icon: 'none',
})
setTimeout(() => {
get_info()
}, 2000)
}
},
})