”收钱吧福利“小程序的顶部导航栏效果怎么实现的?
效果:小程序内容区域的顶部轮播图可穿透顶部导航
效果:小程序内容区域的顶部轮播图可穿透顶部导航
app.json 添加:
"window": {
"navigationStyle": "custom"
},

文档链接:https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html
navigationStyle 导航栏样式,仅支持以下值:
default 默认样式
custom 自定义导航栏,只保留右上角胶囊按钮。
https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/page.html
使用自定义导航栏可以实现