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

相关文章:

  • 2021-10-14
  • 2022-12-23
  • 2022-02-10
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2021-11-28
猜你喜欢
  • 2021-04-14
  • 2022-12-23
  • 2022-01-01
  • 2022-01-01
  • 2022-12-23
  • 2021-04-06
  • 2022-01-01
相关资源
相似解决方案