發(fā)表日期:2019-11 文章編輯:小燈 瀏覽次數(shù):7410
微信小程序第一次拒絕地理位置授權(quán),是不可以再次談起授權(quán)彈框的,想要再次授權(quán)只能打開設(shè)置面板
uni.openSetting({
success(res) {
console.log(res.authSetting)
}
});
getLocal() {
uni.openSetting({
success: (res) => {
if(res.authSetting) {
var that = this
uni.getLocation({
type: 'gcj02',
success: function (res) {
uni.request({
url: 'https://apis.map.qq.com/ws/geocoder/v1/?location=' + res.latitude + ',' + res.longitude + '&key=Y4ZBZ-4WO6X-NOD4G-7LUEA-YUC2T-PYFZT',
success: (address) => {
that.saveLocalCity(address.data.result.address_component.city)
that.activeCity.cityName = address.data.result.address_component.city
console.log(that.activeCity.cityName)
}
})
},
fail:function(e){
console.log(e)
}
});
}
}
})
}
日期:2019-11 瀏覽次數(shù):5690
日期:2019-11 瀏覽次數(shù):12138
日期:2019-11 瀏覽次數(shù):4514
日期:2019-11 瀏覽次數(shù):5554
日期:2019-11 瀏覽次數(shù):5394
日期:2019-11 瀏覽次數(shù):7409
日期:2019-11 瀏覽次數(shù):5313
日期:2019-11 瀏覽次數(shù):15942
日期:2019-11 瀏覽次數(shù):4884
日期:2019-11 瀏覽次數(shù):6688
日期:2019-11 瀏覽次數(shù):5558
日期:2019-11 瀏覽次數(shù):4723
日期:2019-11 瀏覽次數(shù):11016
日期:2019-11 瀏覽次數(shù):8518
日期:2019-11 瀏覽次數(shù):5235
日期:2019-11 瀏覽次數(shù):4483
日期:2019-11 瀏覽次數(shù):9147
日期:2019-11 瀏覽次數(shù):4816
日期:2019-11 瀏覽次數(shù):5012
日期:2019-11 瀏覽次數(shù):5023
日期:2019-11 瀏覽次數(shù):4686
日期:2019-11 瀏覽次數(shù):5176
日期:2019-11 瀏覽次數(shù):10462
日期:2019-11 瀏覽次數(shù):5616
日期:2019-11 瀏覽次數(shù):5623
日期:2019-11 瀏覽次數(shù):5061
日期:2019-11 瀏覽次數(shù):12551
日期:2019-11 瀏覽次數(shù):7530
日期:2019-11 瀏覽次數(shù):8101
日期:2019-11 瀏覽次數(shù):5020
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.