赞
踩
功能展示:
js代码,功能实现:
wx.getLocation({
altitude: 'true',
}).then(res=>{
console.log(res);
wx.openLocation({
latitude: res.latitude,
longitude: res.longitude,
})
})
},
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。