wx.setMenuStyle(Object object)
动态设置通过右上角按钮拉起的菜单的样式。
参数
Object object
属性 | 类型 | 默认值 | 是否必填 | 说明 | 支持版本 |
---|---|---|---|---|---|
style | string | 是 | 样式风格 | ||
success | function | 否 | 接口调用成功的回调函数 | ||
fail | function | 否 | 接口调用失败的回调函数 | ||
complete | function | 否 | 接口调用结束的回调函数(调用成功、失败都会执行) |
object.style 的合法值
值 | 说明 |
---|---|
light | 浅色 |
dark | 深色 |
原文: https://developers.weixin.qq.com/minigame/dev/api/ui/menu/wx.setMenuStyle.html