修改小问题

This commit is contained in:
A1300399510
2023-08-02 14:15:46 +08:00
parent d731976872
commit 1aea029c9e
7 changed files with 4 additions and 18 deletions

View File

@@ -312,7 +312,6 @@ const handleDelete = (index, status) => {
// 监听滚动到底部
const handleScroll = () => {
// console.log(user.value, "user");
if (!user.value['uid']) return
const scrollHeight = document.documentElement.scrollHeight;
const clientHeight = document.documentElement.clientHeight;