打开地图报错“coord addr title”
发布于 5 年前 作者 yongxue 14789 次浏览 来自 问答

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)。

回到顶部