详细问题描述
获取到地址之后在ios和安卓上都是没显示。坐标和图片console.log是可以打印出来的,但是在手机上就是没显示
[内容]
<map class="map" :markers="markers" :latitude="latitude" :longitude="longitude" :show-location="location">
data() {
return {
markers: [{
iconPath: '/static/home_list/lvbiao.png',
latitude: '',
longitude: '',
}
}
},
onLoad: function(e) {
plus.maps.Map.geocode(_self.address, {
city: "无锡"
}, function(event) {
let address = event.address; // 转换后的地理位置
let point = event.coord; // 转换后的坐标信息
let coordType = event.coordType; // 转换后的坐标系类型
_self.longitude = point.longitude;
_self.latitude = point.latitude;
_self.markers[0].latitude = point.latitude;
_self.markers[0].longitude = point.longitude;
console.log(_self.markers);
},
重现步骤
[步骤]
[结果]
[期望]
[如果语言难以表述清晰,拍一个视频或截图,有图有真相]
IDE运行环境说明
[HBuilder 或 HBuilderX。如果你用其他工具开发uni-app,也需要在此说明]
[IDE版本号]
[windows版本号]
[mac版本号]
uni-app运行环境说明
[运行端是h5或app或某个小程序?]
[运行端版本号]
[项目是cli创建的还是HBuilderX创建的?如果是cli创建的,请更新到最新版cli再试]
[编译模式说明:自定义组件模式?纯nvue模式?v3模式?]
App运行环境说明
[Android版本号]
[iOS版本号]
[手机型号]
[模拟器型号]
附件
[IDE问题请提供HBuilderX运行日志。菜单帮助-查看运行日志,点右键打开文件所在目录,将log文件压缩成zip包上传]
[App问题请提供可重现问题的代码片段,你补充的细一点,问题就解决的快一点]
[App安装包或H5地址]
[可重现代码片段]
联系方式
[QQ]