获取用户头像授权的button包了一个图片,在真机上,点击图片,图片会阻止按钮的点击事件(不触发)
在微信编辑器上没有这个问题,在真机上就出现了
https://developers.weixin.qq.com/miniprogram/dev/component/button.html
<button class="header_icon"
wx:if="{{!wxUserInfo}}"
open-type="getUserInfo"
bindgetuserinfo="accreditWxUser">
<image class="header_icon"
src="/resource/images/ic_mine.png"></image>
</button>