@@ -128,7 +128,7 @@ onMounted(() => {
list.value = listSource
len = listSource.length
}
- scroll()
+ scroll() // 启动滚动
})
</script>