小程序组件bug
<cover-view class='center '>
<button class='man' style='padding:0;border:0' bindtap='personal' open-type="getUserInfo" bindgetuserinfo='bindGetUserInfo'>
<cover-image src='../img/man.png'></cover-image>
</button>
</cover-view>
以上为代码片段,本项目是地图类项目,因为后台开发人员说点击授权获取用户信息必须使用button获取,所以在cover-view里面嵌套button,官方文档也说cover-view里面可以使用button,结果这代码在模拟器上可以运行正常,在安卓真机,iphone6真机运行没问题,但是在iphone6s以后当点击button按钮的时候cover-image里面的图片就消失了,变成空白,以下为Iphone6s之后机型点击效果
2 回复