[FE] uni-app 动态改变 navigationBarTitleText 导航标题

通过llama.cpp与羊驼聊天的网页界面- 详解 Serge 的启动使用

 

改导航文字:

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

 

改 tabBar 文字:

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

 

Refer:uni-app自定义导航

Link:https://www.cnblogs.com/farwish/p/13806474.html

posted on 2020-10-13 00:53  ercom  阅读(3411)  评论(0编辑  收藏  举报