小程序 Bug page-container,custom-tab-bar 微信iOS客户端 8.0.37 2.31.1 page-container组件无法覆盖自定义tabBar, z-index 失效。 如果页面一进入时page-container 的show 为ture 则可以覆盖住底部自定义tabBar,若由点击触发page-container展示 则覆盖不住。代码片段:https://developers.weixin.qq.com/s/Mp37z...
可以先隐藏tabbar,然后再弹框
tabBarExtraContent属性用于在页签栏下方添加额外的内容或按钮。 4.运行你的项目,你应该能够看到一个带有选项卡页签的页面容器,并且可以在不同的页签之间进行切换。 注意:在实际项目中,你可能需要根据你的需求对PageContainer和PageContainer.Pane的属性和样式进行进一步的定制和调整。
tabBarExtraContent Extra element on tab bar React.ReactNode - header All properties of PageHeader. PageHeaderProps - fixedHeader Fix the content of the pageHeader to the top, better not to use it if the page content is small, it will have serious obscuration problems boolean - affixProps Th...
VTMagic is a page container library for iOS, you can custom every page controller by different identifier if you need. It's so easy to use!(中文手册传送门) CHANGELOG(变更日志) Communication If youfound a bug,and can provide steps to reliably reproduce it, open an issue. ...
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/...
tabbar 是客户端原生的,如果需要覆盖目前建议自己定制一个tabbar。 或者是通过 wx.hideTarBar / wx.showTabBar 来隐藏 / 展示 https://developers.weixin.qq.com/miniprogram/dev/api/ui/tab-bar/wx.hideTabBar.html https://developers.weixin.qq.com/miniprogram/dev/api/ui/tab-bar/wx.showTabBar.html 有用...
已定位问题,原因是 调用了 wx.hideTabBar ,之后就执行了 page-container的显示,空着那段就是tabBar的...