發(fā)表日期:2019-11 文章編輯:小燈 瀏覽次數(shù):7295
微信小程序第一次拒絕地理位置授權,是不可以再次談起授權彈框的,想要再次授權只能打開設置面板
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ù):5606
日期:2019-11 瀏覽次數(shù):12060
日期:2019-11 瀏覽次數(shù):4426
日期:2019-11 瀏覽次數(shù):5472
日期:2019-11 瀏覽次數(shù):5323
日期:2019-11 瀏覽次數(shù):7294
日期:2019-11 瀏覽次數(shù):5233
日期:2019-11 瀏覽次數(shù):15857
日期:2019-11 瀏覽次數(shù):4801
日期:2019-11 瀏覽次數(shù):6600
日期:2019-11 瀏覽次數(shù):5470
日期:2019-11 瀏覽次數(shù):4649
日期:2019-11 瀏覽次數(shù):10889
日期:2019-11 瀏覽次數(shù):8408
日期:2019-11 瀏覽次數(shù):5154
日期:2019-11 瀏覽次數(shù):4399
日期:2019-11 瀏覽次數(shù):9060
日期:2019-11 瀏覽次數(shù):4741
日期:2019-11 瀏覽次數(shù):4930
日期:2019-11 瀏覽次數(shù):4947
日期:2019-11 瀏覽次數(shù):4581
日期:2019-11 瀏覽次數(shù):5105
日期:2019-11 瀏覽次數(shù):10380
日期:2019-11 瀏覽次數(shù):5541
日期:2019-11 瀏覽次數(shù):5537
日期:2019-11 瀏覽次數(shù):4982
日期:2019-11 瀏覽次數(shù):12440
日期:2019-11 瀏覽次數(shù):7437
日期:2019-11 瀏覽次數(shù):7996
日期:2019-11 瀏覽次數(shù):4927
Copyright ? 2013-2018 Tadeng NetWork Technology Co., LTD. All Rights Reserved.