<button class= 'logo_bt' open-type= 'getUserInfo' bindgetuserinfo= 'getUserInfo' >开启发现之旅</button> |
getUserInfo: function (e) { console.log( '获取用户信息1111' , e) encryptedData = e.detail.encryptedData iv = e.detail.iv // signature = e.detail.signature // Resolve() }, |
只有最新客户端,基础库2.0.0才有这个BUG。
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题