uniapp隐藏navigatorbar

使用plus.navigator.hideSystemNavigation()隐藏了手机原生带的虚拟导航栏,但因为弹窗让虚拟导航栏又激活,而且一直无法再隐藏,有什么解决方法


  ,{
            "path" : "pages/manager/contractList/contractlist_son",
            "style" : {
                            "navigationStyle": "custom" ,// 隐藏系统导航栏
                            "navigationBarTextStyle": "white", // 状态栏字体为白色,只能为 white-白色,black-黑色 二选一
                            "enablePullDownRefresh": true  //设置为true表示当前页面开启下拉刷新
                        }
        }