1***@qq.com
1***@qq.com
  • 发布:2024-07-22 11:06
  • 更新:2024-07-22 16:10
  • 阅读:131

onLocationChange异常,微信H5

分类:uni-app
/** 在这断代码中捕获到了错误: 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)  
                })  
2024-07-22 11:06 负责人:无 分享
已邀请:
DCloud_UNI_yuhe

DCloud_UNI_yuhe

要回复问题请先登录注册