From 2e4fd34b36bab48a39f91c94e0f761bc5877d1e9 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 24 Jun 2024 19:49:55 +0800
Subject: [PATCH] 驾驶舱筛选优化

---
 pages/home/selectSiteTwo.vue |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/pages/home/selectSiteTwo.vue b/pages/home/selectSiteTwo.vue
index 01ae150..7973205 100644
--- a/pages/home/selectSiteTwo.vue
+++ b/pages/home/selectSiteTwo.vue
@@ -171,7 +171,9 @@
 			},
 
 			confirmSelect(e) {
-				console.log(e);
+				console.log("**********" + e);
+				this.chilrenList = []
+				uni.setStorageSync("chilrenList", this.chilrenList)
 				this.selectIndex = e.indexs[0];
 				this.cateName = e.value[0].name;
 				this.isShow = false;

--
Gitblit v1.9.3