小游戏UserInfoButton显示不出来
参照官方的例子去创建按钮,根本显示不出来,有解决方法吗!!!! [代码]var 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)
}) [代码][代码] [代码]