uni.chooseLocation({
success: function(res) {
that.dataForm.address = ${res.name}(${res.address})
that.dataForm.map_x = res.longitude
that.dataForm.map_y = res.latitude
}
});
- 发布:2023-05-05 08:54
- 更新:2024-05-24 11:45
- 阅读:318
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 3.7.11
手机系统: iOS
手机系统版本号: iOS 16
手机厂商: 苹果
手机机型: iphone XR
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
uni.chooseLocation({
success: function(res) {
that.dataForm.address = ${res.name}(${res.address})
that.dataForm.map_x = res.longitude
that.dataForm.map_y = res.latitude
}
});
uni.chooseLocation({
success: function(res) {
that.dataForm.address = ${res.name}(${res.address})
that.dataForm.map_x = res.longitude
that.dataForm.map_y = res.latitude
}
});
预期结果:
打开正常
打开正常
实际结果:
打开显示不全
打开显示不全
bug描述:
uniapp发行到H5。框架使用的是wap2APp,使用uni.chooseLocation选择地图,安卓端正常,IOS端显示不完整没办法保存!!!