更新记录
1.0.0(2023-02-20) 下载此版本
- 底部自定义导航栏 有不明之处可加QQ489936416
- @description 导航栏组件,主要用于底部导航
- @tutorial
- @property {String} contentShadow 是否显示阴影
- @property {String} contentBackground 导航背景色
- @property {String} contentPadding 导航内边距
- @property {String} contentMargin 导航外边距
- @property {String} fontSize 字体大小
- @property {String} fontColor 字体颜色
- @property {String} fontActiveColor 选中字体颜色
- @property {String} fontPadding 字体内边距
- @property {String} fontMargin 字体外边距
- @property {String} imgSyHeight 图片高度
- @property {String} imgSyWidth 图片宽度
- @property {Number} jumpType 跳转方式1:navigateTo,2:redirectTo,3:reLaunch,4:switchTab
- @property {Object} tabList 导航数据(需和data.list数据一致)
平台兼容性
uni-app
Vue2 | Vue3 | Chrome | Safari | app-vue | app-nvue | Android | iOS | 鸿蒙 |
---|---|---|---|---|---|---|---|---|
√ | √ | √ | √ | √ | √ | - | - | - |
微信小程序 | 支付宝小程序 | 抖音小程序 | 百度小程序 | 快手小程序 | 京东小程序 | 鸿蒙元服务 | QQ小程序 | 飞书小程序 | 快应用-华为 | 快应用-联盟 |
---|---|---|---|---|---|---|---|---|---|---|
√ | √ | √ | √ | √ | √ | - | √ | √ | √ | √ |
其他
多语言 | 暗黑模式 | 宽屏模式 |
---|---|---|
× | × | √ |
- 底部自定义导航栏 有不明之处可加QQ489936416,或需要角标显示
- @description 导航栏组件,主要用于底部导航
- @tutorial
- @property {String} contentShadow 是否显示阴影
- @property {String} contentBackground 导航背景色
- @property {String} contentPadding 导航内边距
- @property {String} contentMargin 导航外边距
- @property {String} fontSize 字体大小
- @property {String} fontColor 字体颜色
- @property {String} fontActiveColor 选中字体颜色
- @property {String} fontPadding 字体内边距
- @property {String} fontMargin 字体外边距
- @property {String} imgSyHeight 图片高度
- @property {String} imgSyWidth 图片宽度
- @property {Number} jumpType 跳转方式1:navigateTo,2:redirectTo,3:reLaunch,4:switchTab
- @property {Object} tabList 导航数据(需和data.list数据一致)