IphoneX 创建userInfoButton报错
let button = platform.createUserInfoButton({
type: 'image' ,
image: 'resource/image/btn_enter.png',
text: '开始游戏' ,
style: {
left: (width - 164) / 2 ,
top: height - 100,
width: 222 ,
height: 92 ,
lineHeight: 40 ,
backgroundColor: '#00ff00' ,
color: '#ffffff' ,
textAlign: 'center' ,
fontSize: 16 ,
borderRadius: 4
}
});