Skip to main content

底部导航

底部导航配置点击事件可以实现页面间跳转。

image.png

属性

数据

项目列表

支持新增、编辑、删除等。

image.png

image.png

可以通过fx动态绑定接口返回格式如下:

{
status: 0,
data: [
{
text: '导航1',
iconPath: 'http://**',
selectedIconPath: 'http://**',
active: true
},
{
text: '导航2',
iconPath: 'http://**',
selectedIconPath: 'http://**'
}
]
}

列表项字段说明

属性名属性标识类型
标题textstring
默认图标iconPathstring
选中图标selectedIconPathstring
是否激活activeboolean
点击事件actionobject