3***@qq.com
3***@qq.com
  • 发布:2024-07-24 10:59
  • 更新:2024-07-24 11:03
  • 阅读:169

【报Bug】高德地图chooseLocation无法定位

分类:uni-app

产品分类: uniapp/App

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: windows10

HBuilderX类型: 正式

HBuilderX版本号: 3.98

手机系统: Android

手机系统版本号: Android 12

手机厂商: 小米

手机机型: ReadMi K30

页面类型: vue

vue版本: vue2

打包方式: 云端

项目创建方式: HBuilderX

示例代码:

uni.chooseLocation({
type: 'gcj02',
success(res) {
console.log(res)
that.unmStoreVo.city = res.address
that.latitude = res.latitude
that.longitude = res.longitude
that.inputDisabled = false
}
})

操作步骤:

uni.chooseLocation({
type: 'gcj02',
success(res) {
console.log(res)
that.unmStoreVo.city = res.address
that.latitude = res.latitude
that.longitude = res.longitude
that.inputDisabled = false
}
})

预期结果:

之前打包没有问题 代码没有改动

实际结果:

无法显示定位

bug描述:

reportJSException >>>> exception function:WEEX_CALL_JAVASCRIPT, exception:JavaScript execute error!Uncaught TypeError: Cannot read property 'points' of undefined
at (/__uniappchooselocation.js.nvue:1:28376)

2024-07-24 10:59 负责人:无 分享
已邀请:
DCloud_UNI_GSQ

DCloud_UNI_GSQ

升级到 HBuilderX 到 4.24

要回复问题请先登录注册