wx.getLocation({
type: 'gcj02',
success: function (res) {
var latitude1 = res.latitude
var longitude1 = res.longitude
},
fail: function (resolve) {
console.log(resolve)
}
})
console.log(resolve)输出:
getLocation:fail:require permission desc
框架类型 | 问题类型 | API/组件名称 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | 需求 | wx.getLocation | 客户端 | 7.0.0 | 2.5.0 |
1 个回答
作为开发人员怎能不时刻关注官方公告呢:)
https://developers.weixin.qq.com/community/develop/doc/000ea276b44928f7e8d73d0a65b801
哈哈,3q