小程序js页面设置上导航颜色

//导航条颜色更改
wx.setNavigationBarColor({
frontColor: '#ffffff', // 必写项
backgroundColor: '#008de6', // 必写项
//animation: { // 可选项
// duration: 0,
// timingFunc: 'easeIn'
//}
})
原文地址:https://www.cnblogs.com/lvlina/p/10286824.html