diff --git a/src/components/map/component/rightDetail.vue b/src/components/map/component/rightDetail.vue index 436ac32..b142aea 100644 --- a/src/components/map/component/rightDetail.vue +++ b/src/components/map/component/rightDetail.vue @@ -174,6 +174,7 @@ const handleGetBusinessProjectList = async () => { nextTick(() => { selectProjectState.value = defaultTab; console.log("onlineProjectList3232", onlineProjectList); + console.log("scrollIdStrscrollIdStrscrollIdStr", scrollIdStr); const element: any = document.getElementById(scrollIdStr.value!.toString()); if (element) { element.scrollIntoView({ behavior: "smooth", block: "start" }); diff --git a/src/components/map/component/rightSearchBox.vue b/src/components/map/component/rightSearchBox.vue index 94a3045..56388b8 100644 --- a/src/components/map/component/rightSearchBox.vue +++ b/src/components/map/component/rightSearchBox.vue @@ -75,6 +75,8 @@ const showFilterList = () => { }; // 列表的展开点击事件 const handleClickFilter = (value: string) => { + console.log('valuevaluevaluevalue', value); + emit("handleHiddenSuspended"); if (value === "7") { selectFilterList.value = ""; @@ -131,7 +133,7 @@ const handleClickFilter = (value: string) => { } console.log("selectFilterList.value", selectFilterList.value); if (value === "99") { - emit("handleNearServiceList"); + emit("handleNearServiceList"); } if (selectFilterList.value) { @@ -262,53 +264,25 @@ defineExpose({