pages/quanyi/add.vue
@@ -138,16 +138,6 @@ }, mounted(){ this.windowHeight = uni.getSystemInfoSync().windowHeight; this.interval = setInterval(() => { let newHeight = window.innerHeight; if (this.windowHeight !== newHeight) { this.windowHeight = newHeight; this.handleResize(); } }, 200); }, methods: { kk(){