@@ -18,6 +18,7 @@ Page({
// 获取头像
onChooseAvatar(e) {
const { avatarUrl } = e.detail;
+ console.log(avatarUrl);
this.setData({ avatarUrl })
},
// 跳转页面