lcw
This commit is contained in:
@ -44,6 +44,7 @@ onMounted(()=>{
|
||||
})
|
||||
onUnmounted(() => {
|
||||
if (intervalId.value) clearInterval(intervalId.value)// 清理定时器
|
||||
stopAutoScroll()
|
||||
})
|
||||
// 自动滚动
|
||||
const autoScroll = () => {
|
||||
|
||||
Reference in New Issue
Block a user