LocationMap() {
let _this = this;
uni.openLocation({
latitude: _this.FormData.latitude,
longitude: _this.FormData.longitude,
name: _this.FormData.FuwuAddressName,
address: _this.FormData.FuwuAddress,
fail: function() {
//这里是调用失败
}
});
}
- 发布:2020-06-10 14:37
- 更新:2020-07-13 15:07
- 阅读:1489
产品分类: uniapp/H5
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win7 旗舰版 Service Pack 1
HBuilderX类型: 正式
HBuilderX版本号: 2.7.9
浏览器平台: 微信内置浏览器
浏览器版本: 7.0.12
项目创建方式: HBuilderX
示例代码:
操作步骤:
通过uni.openLocation调用内置地图(Iphone手机,在微信浏览器内),点击左上角返回箭头
通过uni.openLocation调用内置地图(Iphone手机,在微信浏览器内),点击左上角返回箭头
预期结果:
关闭内置地图窗口,返回调用uni.openLocation的主体页面
关闭内置地图窗口,返回调用uni.openLocation的主体页面
实际结果:
无法通过左上角返回箭头关闭内置地图窗口
无法通过左上角返回箭头关闭内置地图窗口
李钊
+1 在苹果上测试无法返回到上级页面
2022-09-15 16:19