wx.getLocation 调用定位失败并且没有授权弹窗出现
真机测试的时候并且不出现授权弹窗
使用的是mpvue框架开发的
wx.getLocation({
type:“gcj02”,
success:function(res){
console.log(res);
},
fail(res){
wx.showToast({
title:“获取您的定位失败请选择地址”,
icon:‘none’,
mask:true,
})
console.log(res);
}
})