<button class="avatar-wrapper" style="background: transparent;" open-type="chooseAvatar"
@chooseavatar="onChooseAvatar">
<image :src="photo=='/static/mrtx.png'?photo:imgUrl+photo" class="avatarUrlWrap"></image>
</button>
<input v-model="name" type="nickname" @change='namechange' class="input" placeholder="请输入昵称" />
在[mp后台 -> 设置 -> 服务内容声明 -> 用户隐私保护指引]中声明收集小程序所调用的接口/组件对应的隐私类型
「头像昵称填写能力」支持获取用户头像昵称:如业务需获取用户头像昵称,可以使用「头像昵称填写能力」(基础库 2.21.2 版本开始支持,覆盖iOS与安卓微信 8.0.16 以上版本)https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.html