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