From 257764a3650fc207db1c4396d531ba7ace91481c Mon Sep 17 00:00:00 2001
From: yfx <1249361928@.com>
Date: Tue, 17 Mar 2026 10:22:29 +0800
Subject: [PATCH] 协议列表

---
 pages/quanyi/add.vue |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/pages/quanyi/add.vue b/pages/quanyi/add.vue
index 8d74334..a0b5ca4 100644
--- a/pages/quanyi/add.vue
+++ b/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(){
 

--
Gitblit v1.9.3