微信小程序自定义tabBar和遇到的一些问题 19.自定义tabbar的tabbar切换之后图标会闪烁情况处理 custom-tab-bar/index.js文件中: 将data中定义得 selected赋值为-1,不让默认选中 tabbar-selected 将methods中得switchTab函数中之前得selected赋值操作删除 (注:selected赋值在首页、分类、购物车、我的页面的onShow方法中已...
tabbar的样式,可以根据需求自定义哦~custom-tab-bar index.scss tabbar的样式,可以根据需求自定义哦~ .tab-bar{position:fixed;bottom:0;left:0;right:0;height:54Px;background:white;display:flex;padding-bottom:env(safe-area-inset-bottom); }.tab-bar-border{background-color:#F3F4F9;position:absolute;...
添加this.setData设置下标 最后关键的一步对比app.json里tabbar下list配置的icon路径、文案、及URL与custom-tab-bar下的是否一致。 官方的描述 在自定义 tabBar 模式下 在app.json 中的 tabBar 项指定 custom 字段,同时其余 tabBar 相关配置也补充完整。 为了保证低版本兼容以及区分哪些页面是 tab 页,tabBar 的相关...