// 获取位置
handleMarkerTap(e) {
console.log(e, 'eeeee')
// const markerId = e.markerId
uni.chooseLocation({
success: (res) => {
this.userinfoTwo.shop_lat = res.latitude
this.userinfoTwo.shop_lon = res.longitude
// this.userinfoTwo.shop_province=res.name
// this.userinfoTwo.shop_city=res.cityName
// this.userinfoTwo.shop_add=res.name+res.address
console.log(res, '选择的位置信息:', res)
this.getAddress()
},
fail: (error) => {
console.log(error, '什么');
}
})
},
- 发布:2024-07-25 11:03
- 更新:2024-07-25 14:12
- 阅读:221
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: 10
HBuilderX类型: 正式
HBuilderX版本号: 4.24
手机系统: iOS
手机系统版本号: iOS 17
手机厂商: 苹果
手机机型: 12
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
App下载地址或H5⽹址: https://apps.apple.com/app/宠物之城开店宝/id6504746689
示例代码:
操作步骤:
ios点击执行handleMarkerTap方法调用uni.chooseLocation跳转到选择页面后就会出现
ios点击执行handleMarkerTap方法调用uni.chooseLocation跳转到选择页面后就会出现
预期结果:
可以自动定位到当前位置,并且位置列表显示附近的位置列表,使用位置搜索可以搜索到目标位置
可以自动定位到当前位置,并且位置列表显示附近的位置列表,使用位置搜索可以搜索到目标位置
实际结果:
定位不正确,定位到了北京,并且列表为空,搜索也是提示搜索不到
定位不正确,定位到了北京,并且列表为空,搜索也是提示搜索不到
3***@qq.com (作者)
还没
2024-07-25 13:50
3***@qq.com (作者)
好了
2024-07-25 14:12
Big_Shark
回复 3***@qq.com:那就行
2024-07-25 14:47