scope
问 题:1.wx.getsetting 获取不到scope
2.wx.opensetting打开设置页面是空的,不能设置授权
备 注:调试基础库2.4.0 两种实现方式都不可以
html:
< image src = '{{avatarUrl}}' bindtap = 'GetUserInfo' ></ image > |
|
js
GetUserInfo: function (e) { wx.getSetting({ success(res){ console.log(res) } }) wx.openSetting({ success(res){ console.log(res) } }) }, open: function (e){ console.log(e) } |
日志
设置页:
楼主解决了吗
我的也是这样,什么原因?
我也是一样的问题。。不知道是为什么
麻烦提供出现问题的机型和微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)