删除压缩包

This commit is contained in:
myf 2022-05-09 17:44:24 +08:00
parent 7326594b79
commit 07dd68e03a
2 changed files with 1 additions and 1 deletions

BIN
build.zip

Binary file not shown.

View File

@ -146,7 +146,7 @@ const Announcement: React.FC = () => {
const innerHeight = window.innerHeight
const screenH = Math.ceil(innerHeight + window.scrollY)
const eleH = document.documentElement.offsetHeight
if (screenH >= eleH && list.length > 0) {
if (screenH >= eleH) {
setPage(pageNum + 1)
}
}