<button style="width:80rpx;height:80rpx;" open-type="chooseAvatar" @chooseavatar="mychooseAvatar">
<image style="width:80rpx;height:80rpx;" :src="head_img_pic"></image>
</button>
mychooseAvatar(e) {
console.log(e);
const { avatarUrl } = e.detail
this.head_pic_img = avatarUrl;
},
