用户信息按钮不显示
用户信息按钮有时显示,有时不显示(大多数时候不显示),昨天开始出现这个问题
正常是这样子
代码
userInfoButton = wx.createUserInfoButton({
type: ‘image’,
image: ‘new/indexbtn.png’,
style: {
left: (sysInfo.screenWidth - userInfoButtonWidth) / 2,
bottom: 70,
width: userInfoButtonWidth,
height: 111 * rate,
lineHeight: 40,
backgroundColor: ‘#ff0000’,
color: ‘#ffffff’,
textAlign: ‘center’,
fontSize: 16,
borderRadius: 4
}
})
