diff --git a/src/composables/useGuideFilterShop.ts b/src/composables/useGuideFilterShop.ts index 8e53319..3e78c90 100644 --- a/src/composables/useGuideFilterShop.ts +++ b/src/composables/useGuideFilterShop.ts @@ -54,7 +54,7 @@ export const useGuideFilterShop = () => { selectedShopList.value = shopList.value.filter(item => item.floorOrder === floorIdx.value) window.Map_QM.showAreaAnimate() } else { - selectedShopList.value = selectedShopList.value.filter(item => item.regionName === name) + selectedShopList.value = shopList.value.filter(item => item.regionName === name) window.Map_QM.showAreaAnimate(name) } hideMapDialog()