在微信编辑器上没有这个问题,在真机上就出现了
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>
getUserInfo比较严格,建议纯按钮使用
来个可复现问题的代码片段。
还有你这个东西 干嘛不把图片设置为button的背景图