上拉加载数据(数据为视频时),自定义定位导航偏移? - 微信开放社区 https://developers.weixin.qq.com/community/develop/doc/000826c9304f78a81b9789cbc56000
问题类似于👆
只要上拉一调用onReachBottom方法,自定义tabbar的fixed位置就不会固定。
.tab-bar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 88rpx;
background: white;
display: flex;
padding-bottom: env(safe-area-inset-bottom);
}
该问题解决了吗