打开地图报错“coord addr title”

发布于 7 年前作者 yongxue14950 次浏览最后编辑 7 年前来自 ask

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 回复
xia89
xia891 楼5 年前

提供一下出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。