yfx
2026-03-17 257764a3650fc207db1c4396d531ba7ace91481c
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(){