From f5bcbefaf9bbaa1d4d2ff3b8805d751c1ed3939a Mon Sep 17 00:00:00 2001
From: wangyi <2946747746@qq.com>
Date: 星期四, 12 三月 2026 11:11:44 +0800
Subject: [PATCH] 1

---
 pages/index/tab4.vue |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/pages/index/tab4.vue b/pages/index/tab4.vue
index 6990769..b1fe60e 100644
--- a/pages/index/tab4.vue
+++ b/pages/index/tab4.vue
@@ -274,17 +274,6 @@
 				this.itemData[index].hidden = !this.itemData[index].hidden
 				
 			},
-			switchIconsModeHandler() {
-				this.canEdit = !this.canEdit
-				if (this.canEdit == false && this.updateCount > 0) {
-					this.$nextTick(() => {
-						// uni.setStorageSync("HIndexItemData", this.itemData)
-						setMenuList({
-							menuName: this.menuListName,
-							payload: this.itemData
-						})
-
-            },
             switchIconsModeHandler() {
                 this.canEdit = !this.canEdit
                 if (this.canEdit == false && this.updateCount > 0) {

--
Gitblit v1.9.1