uni-app自定义导航栏就是摒弃它原有的导航栏样式,完全自定义重写,只需要将路由参数离的**“globalStyle”: { “navigationStyle”: “custom” }** 或者设置 titleNView设为false就可以在业务页面自定义书写导航栏内容,这里自定义的导航栏需要自己处理各种手机头部距离,也是比较麻烦的,比如iPhone X的刘海等。
这里主要记一下原生导航栏的配置方法:
{
"path": "pages/lx-news/TalentKnow/newsDetail",
"style": {
"navigationStyle":"custom",
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": {
"type": "transparent"<