删除压缩包
This commit is contained in:
parent
7326594b79
commit
07dd68e03a
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue