|
|
@ -27,9 +27,8 @@ export default { |
|
|
|
methods: { |
|
|
|
handleClick(type) { |
|
|
|
this.activeIcon = this.activeIcon === type ? null : type; |
|
|
|
if (this.activeIcon) window.showStakeText = true; |
|
|
|
else window.showStakeText = false; |
|
|
|
markerClusterIns.setData(); |
|
|
|
|
|
|
|
// markerClusterIns.setData(); |
|
|
|
}, |
|
|
|
filterEnd(data) { |
|
|
|
this.activeIcon = null; |
|
|
|