ok,已解决,重启一下就行。bug太多了
更新之后调试器只剩四栏了?[图片]
2019-08-22各路大佬,麻烦帮帮忙!!!
怎么把markers的位置信息导入下面的 ‘不会啊’ 里面?代码片段在这:https://developers.weixin.qq.com/s/yInfPGmx7eaU [图片]
2019-08-17小白求回答啊
为什么地图上不显示iconpath?此处奉上源码:https://developers.weixin.qq.com/s/19Ignsmd7rak
2019-08-08等了一会儿重新打开又好了,这是什么原因?
有permition声明字段还有弹窗[图片]
2019-07-30<map id="map" longitude="113.324520" latitude="23.099994" scale="14" controls="{{controls}}" bindcontroltap="controltap" markers="{{markers}}" bindmarkertap="markertap" polyline="{{polyline}}" bindregionchange="regionchange" show-location style="width: 100%; height: 300px;"></map> Page({ data: { markers: [{ //iconPath: "/resources/others.png", id: 0, latitude: 23.099994, longitude: 113.324520, width: 50, height: 50 }], polyline: [{ points: [{ longitude: 113.3245211, latitude: 23.10229 }, { longitude: 113.324520, latitude: 23.21229 }], color: "#FF0000DD", width: 2, dottedLine: true }], controls: [{ id: 1, //iconPath: '/resources/location.png', position: { left: 0, top: 300 - 50, width: 50, height: 50 }, clickable: true }] }, regionchange(e) { console.log(e.type) }, markertap(e) { console.log(e.markerId) }, controltap(e) { console.log(e.controlId) } })
地图组件导入运行后说渲染层出错[图片]
2019-07-30