window.addEventListener("resize", () => { this.screenWidth = document.body.clientWidth; this.screenHeight = document.body.clientHeight;});//监听浏览器宽高