(1) appid已授权
(2)按钮绑定点击事件
<button bindtap="getUserProfile">获取用户信息</button>
(3) js处理函数
getUserProfile:function(e) {
wx.getUserProfile({
desc:'用于完善资料',
success:(res) => {
console.log('success'+res)
},
complete:(res)=>{
console.log('complete:'+res)
console.log(res)
}
})
},
(4) 点击按钮控制台输出
有大神解答一下是什么原因吗,网上找了一晚上没结果?
https://developers.weixin.qq.com/community/develop/doc/00022c683e8a80b29bed2142b56c01?blockType=1
这个api马上要收回了,用这种方式吧,https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.html