详细问题描述
打包H5包后获取用户当前位置报错定位失败(getLocation:fail),已配置腾讯地图Key以及https服务
[内容]
进入页面调用就会报错,同是网络请求的图片也都没有显示出来
uni.getLocation({
type: 'gcj02',
altitude: true, //高精度定位
//定位成功,更新定位结果
success: function(res) {
uni.hideLoading()
that.getRound(res)
},
//定位失败回调
fail: function(data) {
console.log("失败原因",data)
uni.hideLoading()
uni.showToast({
title: "定位失败",
icon: "none"
})
}
})
[HBuilder 或 HBuilderX。如果你用其他工具开发uni-app,也需要在此说明]
[IDE版本号]
HBuilderX版本:2.6.5