From bc751a2672c7c16b441b83b56e1a0b24703c3c0e Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期三, 20 十一月 2024 14:07:38 +0800
Subject: [PATCH] 提交注释

---
 src/views/project/ch/home/Home.vue |    2 ++
 src/stores/chatRoom.ts             |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/stores/chatRoom.ts b/src/stores/chatRoom.ts
index fb0fd98..91edf3c 100644
--- a/src/stores/chatRoom.ts
+++ b/src/stores/chatRoom.ts
@@ -121,6 +121,9 @@
 		.then((res) => {
 			let [sectionList, selectSample, userTemplateList] = res;
 			sceneGroupList.value = sectionList?.groups ?? [];
+			console.log('馃殌 ~ sectionList:', sectionList);
+			console.log('馃殌 ~ selectSample:', selectSample);
+			console.log('馃殌 ~ userTemplateList:', userTemplateList);
 			getSelectListSample(selectSample, userTemplateList);
 		})
 		.catch((err) => {});
diff --git a/src/views/project/ch/home/Home.vue b/src/views/project/ch/home/Home.vue
index 7c417f1..9c66049 100644
--- a/src/views/project/ch/home/Home.vue
+++ b/src/views/project/ch/home/Home.vue
@@ -77,7 +77,9 @@
 //鑾峰彇妯$増鍒楄〃
 
 const selectTagClick = (tag) => {
+	console.log('馃殌 ~ tag:', tag);
 	nextTick(() => {
+		console.log('馃殌 ~ 榛樿閫変腑绗竴涓満鏅�:', 111);
 		waterCenterRef.value.tagListClick(tag);
 	});
 };

--
Gitblit v1.9.3