polyline: [
{
points:[],
color: '#5A97FF',
width: 10, // width必须填 不然会报错
borderWidth:1,
borderColor:'#ffffff',
arrowLine: true, // 是否有箭头
}
],
运行到手机上没有箭头,也没有边框怎么回事啊。。
![](http://img-cdn-tc.dcloud.net.cn/uploads/questions/20240703/92d537abf3d7830642a5b3db5ce732bf.jpg)
polyline: [
{
points:[],
color: '#5A97FF',
width: 10, // width必须填 不然会报错
borderWidth:1,
borderColor:'#ffffff',
arrowLine: true, // 是否有箭头
}
],
运行到手机上没有箭头,也没有边框怎么回事啊。。