mounted(){
window.onresize = () => {
return
(() => {
window.fullHeight = //获取到的高度 document.documentElement.clientHeight;
})()
};
}
2024-04-03 12:49:29
mounted(){
window.onresize = () => {
return
(() => {
window.fullHeight = //获取到的高度 document.documentElement.clientHeight;
})()
};
}