打开地图报错“coord addr title”
getLocation() {
var _this = this
wx.openLocation({
latitude: Number(_this.datas.address.lat),
longitude: Number(_this.datas.address.lon),
address: _this.address,
name: _this.distanceName,
scale: 18
});
},
1 回复
提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。