open-type="chooseAvatar" ios 没反应?
<u-cell-group :border="false">
<u-cell-item title="头像" class="t-right">
<button class="avatar-wrapper" open-type="chooseAvatar" @chooseavatar="onChooseAvatar" @click="chooseAvatar">
<image class="avatar" :src="avatarUrl"></image>
</button>
</u-cell-item>
<u-cell-item title="昵称" :border-bottom="false" class="t-right">
<input @change="changeNickname" v-model="nickname" type="nickname" maxlength="10" class="weui-input" placeholder="请输入昵称"/>
</u-cell-item>
</u-cell-group>
<view class="flex-nowrap py-md justify-center">
<u-button shape="circle" class="mr-md" @click="cancel">取消</u-button>
<u-button type="primary" shape="circle" @click="check">确定</u-button>
</view>
</view>