优化copyright

This commit is contained in:
java110 2020-03-20 18:08:59 +08:00
parent 2df64e6556
commit 1851f65ad4

View File

@ -20,7 +20,7 @@
const that = this
window.onresize = () => {
return (() => {
that.screenHeight = document.body.offsetHeight;
that.screenHeight = document.body.scrollHeight;
})()
}
},