<map id="map" style="width: 100%; height:calc(100% - 50px);margin-bottom: 30rpx;" :latitude="latitude" :longitude="longitude" :markers="markers">
</map>
markers.value.push({
latitude: item.latitude,
longitude: item.longitude,
label:item.userName,
id:parseInt(item.userId),
// iconPath:'/static/terminal.png',
// iconPath: 'https://jt-1317775347.cos.ap-chongqing.myqcloud.com/terminal.png',
width:20,
height:20,
})
本地路径和网络url都试过了,模拟器正常显示,真机啥都没有。