微信小游戏授权按钮问题

请问微信更新了接口CreateUserInfoButton()之后,如何设置授权按钮的背景图以及缩放样式?

let 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
}
})

像这样吧我觉得