【优化】删除没用的 console

This commit is contained in:
cherishsince
2024-05-17 16:13:42 +08:00
parent cfdceca9f3
commit 48b3b08f0a
3 changed files with 0 additions and 6 deletions

View File

@ -95,7 +95,6 @@ function handleScroll() {
const scrollTop = scrollContainer.scrollTop
const scrollHeight = scrollContainer.scrollHeight
const offsetHeight = scrollContainer.offsetHeight
console.log('scrollTop', scrollTop)
if ((scrollTop + offsetHeight) < (scrollHeight - 100)) {
// 用户开始滚动并在最底部之上,取消保持在最底部的效果
isScrolling.value = true