整改点位搜索数据加载与分类逻辑

This commit is contained in:
cxk
2026-07-20 21:30:55 +08:00
parent 65ba9720f8
commit 7ae539accc
14 changed files with 2352 additions and 812 deletions

View File

@@ -1640,7 +1640,7 @@ const handleHomeSearchResultsChange = (state: PoiCategoryResultState) => {
}
searchVisiblePoiIds.value = [...state.visiblePoiIds]
if (state.floorId) {
if (state.floorId && !state.pending) {
activeGuideFloor.value = state.floorId
}
}