this.markers.push({
id:Math.round(Math.random()*8000),
longitude: item.lng,
latitude: item.lat,
width:45,
height:45,
iconPath: '/static/imgs/GPS/tongzhi.png',
callout:{//自定义标记点上方的气泡窗口 点击有效
content:item.apName + '(在线)',//文本
color:'#000000 ',//文字颜色
fontSize:14,//文本大小
borderRadius:15,//边框圆角
borderWidth:'10',
bgColor:'#ffffff ',//背景颜色
display:'BYCLICK',//常显 'BYCLICK':点击显示; 'ALWAYS':常显
},
})
2***@qq.com
- 发布:2022-10-23 09:46
- 更新:2022-10-23 12:47
- 阅读:243
FullStack - 【插件开发】【专治疑难杂症】【ios上架、马甲包、白包、过审、已成功上架过几百个】【多款插件已上架:https://ext.dcloud.net.cn/publisher?id=22130】【非诚勿扰】QQ:543610866
iconPath,传绝对路径看看
2***@qq.com (作者)
上面我写的那个iconPath不是绝对定位吗,应该怎么写啊
2022-10-23 15:21