...
|
...
|
@@ -341,8 +341,8 @@ |
|
|
id:'me',
|
|
|
latitude:res.latitude,
|
|
|
longitude:res.longitude,
|
|
|
width:21,
|
|
|
height:21,
|
|
|
width:16,
|
|
|
height:16,
|
|
|
iconPath: '../../static/image/Group_673.png'
|
|
|
})
|
|
|
this.landList.forEach(item => {
|
...
|
...
|
@@ -362,6 +362,8 @@ |
|
|
id:item.id,
|
|
|
latitude:item.latitude,
|
|
|
longitude:item.longitude,
|
|
|
width:index == 0 ? 39 : 30,
|
|
|
height:index == 0 ? 40 : 30,
|
|
|
iconPath: index == 0 ? '../../static/image/group_675_choose.png' : '../../static/image/Group_675.png'
|
|
|
})
|
|
|
index++
|
...
|
...
|
@@ -483,6 +485,8 @@ |
|
|
id:item.id,
|
|
|
latitude:item.latitude,
|
|
|
longitude:item.longitude,
|
|
|
width:item.showSlide && item.id == landId ? 39 : 30,
|
|
|
height:item.showSlide && item.id == landId ? 40 : 30,
|
|
|
iconPath: item.showSlide && item.id == landId ? '../../static/image/group_675_choose.png' : '../../static/image/Group_675.png'
|
|
|
})
|
|
|
})
|
...
|
...
|
@@ -522,8 +526,8 @@ |
|
|
id:'me',
|
|
|
latitude:_this.latitude,
|
|
|
longitude:_this.longitude,
|
|
|
width:21,
|
|
|
height:21,
|
|
|
width:16,
|
|
|
height:16,
|
|
|
iconPath: '../../static/image/Group_673.png'
|
|
|
})
|
|
|
}else{
|
...
|
...
|
@@ -553,8 +557,8 @@ |
|
|
id:item.id,
|
|
|
latitude:item.latitude,
|
|
|
longitude:item.longitude,
|
|
|
width:index == 0 ? 68 : 50,
|
|
|
height:index == 0 ? 69 : 50,
|
|
|
width:index == 0 ? 39 : 30,
|
|
|
height:index == 0 ? 40 : 30,
|
|
|
// iconPath: '../../static/image/Group_675.png'
|
|
|
iconPath: index == 0 ? '../../static/image/group_675_choose.png' : '../../static/image/Group_675.png'
|
|
|
})
|
...
|
...
|
@@ -599,6 +603,8 @@ |
|
|
id:landArr[i].id,
|
|
|
latitude:landArr[i].latitude,
|
|
|
longitude:landArr[i].longitude,
|
|
|
width:landArr[i].id == e.detail.markerId ? 39 : 30,
|
|
|
height:landArr[i].id == e.detail.markerId ? 40 : 30,
|
|
|
iconPath: landArr[i].id == e.detail.markerId ? '../../static/image/group_675_choose.png' : '../../static/image/Group_675.png'
|
|
|
})
|
|
|
|
...
|
...
|
|