onShow() {
// 获取位置信息
// const res = await this.getLocationInfo();
uni.getLocation({
type: 'gcj02',
geocode: true,
success: (locationRes) => {
console.log(locationRes);
},
});
},
- 发布:2020-07-29 21:43
- 更新:2020-07-30 10:51
- 阅读:2164
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 2.8.3
手机系统: Android
手机系统版本号: Android 10
手机厂商: 华为
手机机型: 其他
页面类型: nvue
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
无
无
预期结果:
无
无
实际结果:
无
无
bug描述:
在onshow里使用 getLocation(还有调用plus的请求权限的方法,未测试其他),会重复触发onShow事件,结果造成了死循环
不写代码就狗带
如果必须在onshow中使用呢?没有办法解决这个问题吧?
2020-12-30 09:28