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

//导航条颜色更改
wx.setNavigationBarColor({
frontColor: '#ffffff', // 必写项
backgroundColor: '#008de6', // 必写项
//animation: { // 可选项
// duration: 0,
// timingFunc: 'easeIn'
//}
})
相关文章
相关标签/搜索