微信小程序配置顶部导航条标题颜色
更改小程序顶部文字颜色
js中加代码:
wx.setNavigationBarColor({
frontColor: '#ffffff',
backgroundColor: '#148BE8',
animation: {
duration: 400,
timingFunc: 'easeIn'
}
})
更改小程序顶部文字颜色
js中加代码:
wx.setNavigationBarColor({
frontColor: '#ffffff',
backgroundColor: '#148BE8',
animation: {
duration: 400,
timingFunc: 'easeIn'
}
})
相关推荐