<view data-weui-theme="{{theme}}">
<button class="avatar-wrapper" open-type="chooseAvatar" bind:chooseavatar="onChooseAvatar">
<image class="avatar" src="{{avatarUrl}}"></image>
</button>
<view>
姓名:<input type="nickname" class="weui-input" placeholder="请输入昵称"/>
</view>
</view>
button按钮点了没有任何反应
没问题啊,用你的代码片段
大概率基础库问题,因为这个是新加的 以前的旧版本没有
基础库版本多少
onChooseAvatar(e) {
console.log(e)
const { avatarUrl } = e.detail
this.setData({
avatarUrl,
})