小程序导航栏是可以自定义的、也可以通过滚动事件监听改变导航栏颜色 wx.setNavigationBarColor({ frontColor: '#ffffff', // 必写项 backgroundColor: '#008de6', // 必写项 animation: { // 可选项 duration: 0, timingFunc: 'easeIn' } })
小程序导航栏是可以自定义的、也可以通过滚动事件监听改变导航栏颜色