按官方例子写都出不来,你们都没有个demo,就一个文档,还写这么垃圾,
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) })
你们官方例子,好好看下,真受不了,
不是小程序,是小游戏,代码片段如下:
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(function(res){ console.log(res)
})
button.show()
代码片段是一种可分享的小项目,可用于分享小程序和小游戏的开发经验、展示组件和 API 的使用、复现开发问题等等。分享代码片段会得到一个链接,所有拥有此分享链接的人可以在工具中导入此代码片段。如果网页可点击的链接指向的是分享链接,那么点击链接也会自动打开工具进入代码片段导入页。
你上面提供的不是代码片段呢,请按照文档指引提供代码片段