效果:小程序内容区域的顶部轮播图可穿透顶部导航
”收钱吧福利“小程序的顶部导航栏效果怎么实现的?How to achieve the effect of the top navigation bar of the "Receive Money Benefits" applet?
”收钱吧福利“小程序的顶部导航栏效果怎么实现的?效果:小程序内容区域的顶部轮播图可穿透顶部导航
Effect: small program content area of the top carousel map can penetrate the top navigation
回答:
自定义导航栏。看文档
navigationStyle 导航栏样式,仅支持以下值:
default
默认样式
custom
自定义导航栏,只保留右上角胶囊按钮。
https://developers.weixin.qq.com/miniprogram/deveference/configuration/page.html
使用自定义导航栏可以实现
app.json 添加:
"window": { "navigationStyle": "custom" },
文档链接:https://developers.weixin.qq.com/miniprogram/deveference/configuration/app.html
我知道可以自定义:
图一可实现:固定的背景已经可以实现
图二应该怎么实现:导航栏的轮播背景图成了小程序顶部导航的背景,且上滑时顶部导航背景跟随轮播图变化