第一种:
< button open-type = "openSetting" bindopensetting = "getScopes" >无法获取地理位置,点击授权获取</ button > |
getScopes: function (res){ console.log(res) } |
第二种:
< button bindtap = 'openSetting' >无法获取地理位置,点击授权获取</ button > |
openSetting: function (res){ wx.openSetting({ success(res) { console.log(res) } }) } |
两种的结果都如下图(安卓和IOS都一样)
openSetting 授权还是存在问题,旧版本微信没有问题,7.0.2版本的微信会出现问题
wx.authorize(Object object)
openSetting页面只会显示请求过的权限我记得
我拒绝后想要再授权应该用哪个
再授权用openSetting