demo 地址: https://github.com/iotjin/weapp-custom-tabbar
效果图:
tabbar图标闪烁的解决方案
1、将data中定义的selected赋值为null
2、删除切换tabbar时的selected赋值操作(在onShow方法中赋值)
实现步骤
1、custom-tab-bar导入项目根目录
2、app.json中设置"custom": true
3、在tabPage的onShow方法中调用更新方法
demo 地址: https://github.com/iotjin/weapp-custom-tabbar
1、将data中定义的selected赋值为null
2、删除切换tabbar时的selected赋值操作(在onShow方法中赋值)
1、custom-tab-bar导入项目根目录
2、app.json中设置"custom": true
3、在tabPage的onShow方法中调用更新方法