一、改导航文字

uni.setNavigationBarTitle({
    title: 'xx'
});

二、改tabbar文字

uni.setTabBarItem({
    index: 0,
    text: 'xx'
});

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-04-19
  • 2022-12-23
  • 2021-08-12
  • 2021-04-07
相关资源
相似解决方案