<button class='bottom' type='primary' bindtap="bindGetUserProfile">授权登录</button>
bindGetUserProfile(e) {
wx.getUserProfile({
lang: 'zh_CN',
desc: '为了方便小程序的使用请授权用户信息!', // 声明获取用户个人信息后的用途,后续会展示在弹窗中,请谨慎填写
success: (res) => {
console.log(res.userInfo)
this.setData({
userInfo: res.userInfo,
isHide: true
});
}
})
},
desc写太多了吧,30个字符=15个中文