手机型号
iPhone 6s Plus运行系统
iOS 12.1.2微信版本
7.0.2基础库版本
2.5.0 [216]往返耗时
292ms连接方式
Wi-Fi
第一种:
getScopes:function(res){
console.log(res)
}
第二种:
openSetting:function(res){
wx.openSetting({
success(res) {
console.log(res)
}
})
}
两种的结果都如下图(安卓和IOS都一样)
微信小程序开发问题解答
微信小程序开发者回答:
openSetting 授权还是存在问题,旧版本微信没有问题,7.0.2版本的微信会出现问题
微信小程序开发者回答:
wx.authorize(Object object)
微信小程序开发者回答:
openSetting页面只会显示请求过的权限我记得
本文网址:http://www.91bianli.com/weixinxiaochengxu/24843.html