/** 在这断代码中捕获到了错误: onLocationChange:fail translate coordiate system fail **/
uni.onLocationChangeError((err)=>{
console.log("====onLocationChangeerrrrrr", err)
uni.showModal({
title:'实时定位开启失败',
content:'参数:'+JSON.stringify(err)
})
})
/** 开启监听* */
uni.onLocationChange((res) => {
console.log("====onLocationChange", res)
})
1***@qq.com
- 发布:2024-07-22 11:06
- 更新:2024-07-22 16:10
- 阅读:131
1 个回复
DCloud_UNI_yuhe
确认也存在类似的bug,需要你在任意位置,引入这个帖子中的文件 https://ask.dcloud.net.cn/question/195113