button open-type=getUserInfo bind的方法取不到值
wxml:
<button open-type=“getUserInfo” lang=“zh_CN” bindgetuserinfo=“onGotUserInfo”>获取用户信息</button>
js:
onGotUserInfo: function (e) {
console.log(e)
}
点击按钮后,这个onGotUserInfo方法没有拿到任何的值,也没有任何反应,完全按照文档操作,求大神解答:)