uni-app使用最新版HBuilderx获取位置时,geocode在IOS端不会返回address对象
uni-app使用最新版HBuilderx获取位置时,geocode在IOS端不会返回address对象
使用 uni.getLocation 并设置 geocode为true 时在IOS端没有返回 address 对象
安卓端正常
uni.getLocation({
type: 'gci02',
geocode: true,
success: res => {
// res.address == undefined
}
})
1 回复


