该组件用于展示底部选择菜单
import "../../components/lanyun-action-sheet/lanyun-action-sheet.stml";
<lanyun-action-sheet @close="handleClose" @click="handleClick" :list="actions" :show="show" font-color="#0077ff" font-size="12px" />
参数 | 说明 | 类型 | 默认值 |
---|---|---|---|
list |
选择项,必填,项参数见demo | array | - |
show |
显示选择菜单,必填 | boolean | - |
font-color |
字体颜色 | string | #111827 |
font-color |
字体大小 | number | string | 1000 |
事件名 | 说明 | 回调参数 |
---|---|---|
close |
关闭或选择时触发 | - |
click |
点击菜单时触发 | index : props 中list 的index 值 |
lanyun-popup
该组件最好放在底部 否则会出现z-index问题
选择项参数见demo