企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
# FeedbackButton ### FeedbackButton 用户点击后打开意见反馈页面的按钮 #### 属性 ##### string type 按钮的类型 **type 的合法值** 值说明text可以设置背景色和文本的按钮image只能设置背景贴图的按钮,背景贴图会直接拉伸到按钮的宽高##### string text 按钮上的文本,仅当 type 为 `text` 时有效 ##### string image 按钮的背景图片,仅当 type 为 `image` 时有效 ##### Object style 按钮的样式 属性类型说明支持版本leftnumber左上角横坐标topnumber左上角纵坐标widthnumber宽度heightnumber高度backgroundColorstring背景颜色borderColorstring边框颜色borderWidthnumber边框宽度borderRadiusnumber边框圆角textAlignstring文本的水平居中方式fontSizenumber字号lineHeightnumber文本的行高**style.textAlign 的合法值** 值说明left居左center居中right居右#### 方法 ##### FeedbackButton.show() 显示意见反馈按钮 ##### FeedbackButton.hide() 隐藏意见反馈按钮。 ##### FeedbackButton.destroy() 销毁意见反馈按钮 ##### FeedbackButton.onTap(function callback) 监听监听意见反馈按钮的点击事件 ##### FeedbackButton.offTap(function callback) 取消监听监听意见反馈按钮的点击事件 > 原文: <https://developers.weixin.qq.com/minigame/dev/api/open-api/feedback/FeedbackButton.html>