微信授权地理位置问题
wx.authorize({
scope: ‘scope.userLocation’,
success:function(){
},
fail:function(){}
})
不弹出授权的提示框,既不走succss也不走fail
wx.authorize({
scope: ‘scope.userLocation’,
success:function(){
},
fail:function(){}
})
不弹出授权的提示框,既不走succss也不走fail