首先在
app.json
中的tabBar
项指定custom
字段的值为true
,同时其余tabBar
相关配置也补充完整。
并在所有tab页
的json
里需声明usingComponents
项,也可以在app.json
全局开启。在很目录下创建文件夹,名为
custom-tab-bar
,里面添加 tabbar 的文件
1 | custom-tab-bar/index.js |
其实就是一个自定义组件,具体可参考 自定义 tabBar · 小程序 中的示例
这时你在 custom-tab-bar/index.wxml 中的内容就会被渲染到 tabbar 中