< map id = "myMap" markers = '{{markers}}' controls = '{{controls}}' scale = '10' latitude = '22.55' longitude = '114.05' show-location style = 'width:750rpx;height:500rpx;' /> |
var markers = [{ id:1, latitude: 22.55, longitude: 114.05, title: '深圳' , iconPath: '/images/location.png' , width: 30, height: 30 }]; that.setData({ markers: markers }) |
模拟器正常
真机不显示
请问怎么解决
图片路径问题
我的是安卓不显示, IOS全部都可以,在等回复
参照我发的帖子
IOS 和开发工具都能显示正常,安卓不显示地图,H5,消息推送