收藏
回答

头像昵称获取能力获取的默认头像太模糊,open-type="chooseAvatar"

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug open-type="chooseAvatar" 微信安卓客户端 6.5.3 2.0.0

<button class="actionBtn" open-type="chooseAvatar" @chooseavatar="onChooseAvatar">获取头像</button>

onChooseAvatar(e) {

const { avatarUrl } = e.detail

}

拿到的头像是临时路径,太模糊了


回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容