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
}
})
- 发布:2024-07-24 10:59
- 更新:2024-07-24 11:03
- 阅读:169
产品分类: 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)
1 个回复
DCloud_UNI_GSQ
升级到 HBuilderX 到 4.24