黑夜的雨

uni-app

导航

app端表头右侧显示不全

1.h5和app分别编写

{
"path" : "pages/login/help/help",
"style" : {
"navigationBarTitleText": "帮助",
"navigationBarBackgroundColor": "#191923",
"navigationBarTextStyle": "white",
"app-plus": {
"bounce": "none", //关闭窗口回弹效果
"titleNView": {
"buttons": [ //原生标题栏按钮配置,
{
"type":"none",
"text":"我的反馈 ",
"fontSize":"16",
"float":"right",
"width":"100px"
// "color":"#ED1C24"
}
]
}
},
"h5":{
"titleNView": {
"buttons": [ //原生标题栏按钮配置,
{
"type":"none",
"text":"我的反馈 ",
"fontSize":"16",
"float":"right"
// "width":"100px"
}
]
}
}
}
}

 

posted on 2020-08-11 16:15  黑夜的雨  阅读(103)  评论(0编辑  收藏  举报