一、改导航文字
uni.setNavigationBarTitle({ title: 'xx' });
二、改tabbar文字
uni.setTabBarItem({ index: 0, text: 'xx' });