改导航文字:
uni.setNavigationBarTitle({ title: 'xx' });
改 tabBar 文字:
uni.setTabBarItem({ index: 0, text: 'xx' });
Refer:uni-app自定义导航
Link:https://www.cnblogs.com/farwish/p/13806474.html
改导航文字:
uni.setNavigationBarTitle({ title: 'xx' });
改 tabBar 文字:
uni.setTabBarItem({ index: 0, text: 'xx' });
Refer:uni-app自定义导航
Link:https://www.cnblogs.com/farwish/p/13806474.html
相关文章: