wip: test
This commit is contained in:
@@ -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)
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user