uniapp获取个人信息

shuhan-hou / 2023-08-03 / 原文

// uni.getUserProfile({
// desc:"获取个人信息",
// success: (res) => {
// this.userList = res.userInfo;
// console.log(res.userInfo)
// }
// })