|
|
|
@ -140,11 +140,10 @@ function clickFloor(floorItem: Floor) { |
|
|
|
//点击公共设施 |
|
|
|
function clickFac(item: Facility) { |
|
|
|
store.shop.houseNumber && store.shop.formatColor && window.Map_QM.changeMapIPState(store.shop.houseNumber, store.shop.formatColor) |
|
|
|
if (item.abbreviation === 'dt') { |
|
|
|
window.Map_QM.bounceIcon('dt') |
|
|
|
return |
|
|
|
if (item.abbreviation) { |
|
|
|
window.Map_QM.bounceIcon(item.abbreviation) |
|
|
|
} |
|
|
|
handleFacility(item) |
|
|
|
// handleFacility(item) |
|
|
|
} |
|
|
|
|
|
|
|
//点击控制地图 |
|
|
|
|