详细问题描述
在globalStyle里面全局自定义H5页面的头部导航不生效,单独在页面上是能够生效,
[内容]
重现步骤
下面这样设置是不生效的
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "Hello uniapp",
"navigationBarBackgroundColor": "#007AFF",
"backgroundColor": "#F8F8F8",
"backgroundColorTop": "#F4F5F6",
"backgroundColorBottom": "#F4F5F6",
"app-plus":{
"backgroundColor": "#F4F5F6"
},
"h5": {
"titleNView": {
"backgroundColor":"#000",
"titleColor":"#f7f7f7",
"titleText":"标题",
"buttons": [{
"text": "测试",
"fontSize": "14",
"redDot": true
},
{
"text": "关注",
"fontSize": "14",
"badgeText": "0"
}
]
}
}
},
在单个页面中可以实现,但是目前项目页面较多,想在全局设置H5页面的头部导航
{
"path": "myPage/index",
"style": {
"navigationBarTitleText": "test",
"h5": {
"titleNView": {
"backgroundColor":"#000",
"titleColor":"#f7f7f7",
"titleText":"标题",
"buttons": [{
"text": "测试",
"fontSize": "14",
"redDot": true
},
{
"text": "关注",
"fontSize": "14",
"badgeText": "0"
}
]
}
}
}
},
[步骤]
[结果]
[期望]
期望得到的效果是全局能够实现自定义H5的头部导航
IDE运行环境说明
hbuilderX 2.4.2
[IDE版本号]
[windows版本号]
window7
[mac版本号]
uni-app运行环境说明
运行环境是H5环境
是HBuilderX创建的项目
App运行环境说明
附件
[可重现代码片段]
代码段在附件中,可在page.json中查看,
联系方式
[QQ]
1148291351