99%
This commit is contained in:
10
pages.json
10
pages.json
@ -42,7 +42,9 @@
|
||||
"path": "pages/mobile_inspection/mobile_inspection",
|
||||
"style": {
|
||||
"navigationBarTitleText": "移动巡检",
|
||||
"enablePullDownRefresh": false
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
||||
}
|
||||
|
||||
}, {
|
||||
@ -72,8 +74,10 @@
|
||||
}, {
|
||||
"path": "pages/project_supervision/project_detail/project_detail",
|
||||
"style": {
|
||||
"navigationBarTitleText": "",
|
||||
"enablePullDownRefresh": false
|
||||
"navigationBarTitleText": "项目详情",
|
||||
"enablePullDownRefresh": false,
|
||||
"navigationStyle": "custom", // 隐藏系统导航栏
|
||||
"navigationBarTextStyle": "white" // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
|
||||
}
|
||||
|
||||
}, {
|
||||
|
Reference in New Issue
Block a user