如图所示,IOS中线路箭头贴图的方向与线路垂直了,应该是与线路同方向才对。Android中是正确的
代码:
{
points: line_points, color: color_bg, width: this.data.LINE_WIDTH + 6, dottedLine: false,
borderWidth: this.data.LINE_BORDER_WIDTH, borderColor: color_text,
arrowLine: true, arrowIconPath: '/res/route_arrow.png'
}
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)