CSDN
博客园
简书

微信小程序配置顶部导航条标题颜色

更改小程序顶部文字颜色
在这里插入图片描述
js中加代码

wx.setNavigationBarColor({
			frontColor: '#ffffff',
			backgroundColor: '#148BE8',
			animation: {
			  duration: 400,
			  timingFunc: 'easeIn'
			}
		      })

官方文档

posted @ 2021-01-26 18:36  codernmx  阅读(356)  评论(0)    收藏  举报