mounted(){
window.onresize = () => {
return
(() => {
window.fullHeight = //获取到的高度 document.documentElement.clientHeight;
})()
};
}
mounted(){
window.onresize = () => {
return
(() => {
window.fullHeight = //获取到的高度 document.documentElement.clientHeight;
})()
};
}