createUserInfoButton在iOS下无法显示图片Android可以
- 当前 Bug 的表现
相同的代码
button = wx.createUserInfoButton({ type: 'image', image: '/wxlocal/start.png', style: { left: (sysInfo.screenWidth - btn_width) / 2, top: (sysInfo.screenHeight - btn_height) / 2 + (sysInfo.screenHeight / 4), width: btn_width, height: btn_height }}); |
在Android上可以显示授权按钮,iOS上不行,尝试多台手机验证都是如此。
基础库的版本也是不正确的
