多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
# OpenSettingButton ### OpenSettingButton 用户点击后打开设置页面的按钮 #### 属性 ##### 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居右#### 方法 ##### OpenSettingButton.show() 显示打开设置页面按钮 ##### OpenSettingButton.hide() 隐藏打开设置页面按钮。 ##### OpenSettingButton.destroy() 销毁打开设置页面按钮 ##### OpenSettingButton.onTap(function callback) 监听监听设置页面按钮的点击事件 ##### OpenSettingButton.offTap(function callback) 取消监听监听设置页面按钮的点击事件 > 原文: <https://developers.weixin.qq.com/minigame/dev/api/open-api/setting/OpenSettingButton.html>