|
|
@ -392,7 +392,7 @@ export default { |
|
|
|
item.longitude = agencyItem.longitude |
|
|
|
item.latitude = agencyItem.latitude |
|
|
|
item.coordinates = agencyItem.coordinates |
|
|
|
debugger |
|
|
|
|
|
|
|
if (this.under) { |
|
|
|
if (item.count < this.under || item.count === this.under) { |
|
|
|
item.color = this.colorArray[0] |
|
|
|