直播app源码,uniapp获取当前位置
uni.getLocation({
type: 'wgs84',
geocode: true, //设置该参数为true可直接获取经纬度及城市信息
success: (res) => {
console.log(res.address);
this.list = res.address
},
fail: function() {
uni.showToast({
title: '获取地址失败,将导致部分功能不可用',
icon: 'none'
});
}
});
以上就是 直播app源码,uniapp获取当前位置,更多内容欢迎关注之后的文章
标签:uniapp,res,app,获取,直播,源码 From: https://www.cnblogs.com/yunbaomengnan/p/17126618.html