<user-info
onGetUserInfo={(data)=>{console.log({data})}}
>
<button
style={{
background: "#07C160",
color: "white",
borderRadius: "8px",
padding: "10px 20px"
}}
>
授权获取信息
</button>
</user-info>