docs: update menu.md

根据英文文档,以及上下文描述,修正文档内容
pull/8972/head
liyl 2017-12-24 16:11:34 +08:00 committed by 杨奕
parent 8d15a86df2
commit bfa9f4ed0f
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@
### Menu Events
| 事件名称 | 说明 | 回调参数 |
|---------- |-------- |---------- |
| select | 菜单激活回调 | index: 选中菜单项的 indexPath: 选中菜单项的 index path |
| select | 菜单激活回调 | index: 选中菜单项的 index, indexPath: 选中菜单项的 index path |
| open | sub-menu 展开的回调 | index: 打开的 sub-menu 的 index indexPath: 打开的 sub-menu 的 index path |
| close | sub-menu 收起的回调 | index: 收起的 sub-menu 的 index indexPath: 收起的 sub-menu 的 index path |