底部浮动导航处理

master
gongfuxiang 2024-09-30 10:22:47 +08:00
parent 49e95b04f2
commit 6dba88c743
1 changed files with 1 additions and 1 deletions

View File

@ -2867,7 +2867,7 @@
if(temp !== undefined && this.is_tabbar_pages()) {
obj.$vm.setData(
{
bottom_fixed_style: 'bottom:'+((this.app_tabbar_height_value()-8)*2)+'rpx'
bottom_fixed_style: 'bottom:'+(((this.app_tabbar_height_value()-8)*2)+20)+'rpx'
});
}
}