<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>
基础库多少?符合要求吗?
我也遇到了,头像,用户名都没有反应。点击完全没反应,完全不触发方法,其他手机没问题
机型: iphone 6s plus
手机版本:15.4.1
微信版本:8.0.4
基础库版本: 2.26.1
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)