下拉列表
Properties:
Name | Type | Description |
---|---|---|
list |
Array | 要展示的下拉列表数据数组 |
bottomText |
string | 下拉列表额外的底部文字 |
selected |
number | 设置初始时选中的索引,默认为0 |
useCustomNavBar |
boolean | 使用组件的当前页面是否使用了自定义导航栏,默认为false |
Fires:
- event:onSelect 选中下拉列表某选项分发事件,传递数组索引给父组件
- event:onTapBottom 点击底部文字分发事件