wang哈哈
wang哈哈
  • 发布:2020-11-04 15:31
  • 更新:2020-11-04 20:21
  • 阅读:1421

uni.getLocation 获取经纬度为什么老是失败

分类:uni-app

uni.getLocation({
type: 'wgs84',
geocode:true,
success: function(res) {
uni.showToast({
title: "成功"
});
console.log('当前位置的经度:' res.longitude);
console.log('当前位置的纬度:' res.latitude);

                },fail(err){  
                    uni.showToast({  
                        title: "失败"  
                    });  
                    console.log(err);  
                }  
            });
2020-11-04 15:31 负责人:无 分享
已邀请:
DCloud_UNI_LXH

DCloud_UNI_LXH

提交bug请按照提交模板来,谢谢反馈

该问题目前已经被锁定, 无法添加新回复