open-type chooseAvatar ios 15.0没反应?
发布于 3 年前 作者 shenmin 4897 次浏览 来自 问答

<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

基础库多少?符合要求吗?

回到顶部