createUserInfoButton在ios12.1.2 微信7.0.1无效
[代码]const button = wx.createUserInfoButton({ type: 'text', text: '获取用户信息', style: { left: 10, top: 76, width: 200, height: 40, lineHeight: 40, backgroundColor: '#ff0000', color: '#ffffff', textAlign: 'center', fontSize: 16, borderRadius: 4
}
})
button.onTap((res) => { console.log(res)[代码][代码]})[代码] [代码] [代码] [代码]ontap收不到点击事件, 在android机上,可以正常显示并点击.[代码] [代码]在ios12.1.2, 微信7.0.1, iphonx ,不行[代码] [代码]在ios12.0,微信7.0.1,iphone5s可以正常点击[代码]