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

//导航条颜色更改
wx.setNavigationBarColor({
frontColor: '#ffffff', // 必写项
backgroundColor: '#008de6', // 必写项
//animation: { // 可选项
// duration: 0,
// timingFunc: 'easeIn'
//}
})
posted @ 2019-01-18 11:32  惑心  阅读(1966)  评论(0编辑  收藏  举报