open-type chooseAvatar ios 15.0没反应?
<button class="userinfo" open-type="chooseAvatar" bindchooseavatar="onChooseAvatar">
<view class="userinfo-avatar">
<view class="uploadBtn" wx:if="{{!headImgUrl}}">+</view>
<image wx:else class="userinfo-avatar" src="{{headImgUrl}}" mode="aspectFill" alt=''/>
</view>
</button>
2 回复
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)