mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-16 20:05:07 +08:00
【优化】删除没用的 console
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user