uni-app取消原生头部导航栏
如果取消所有的头部导航,则在pages.json里的globalStyle里面设置navigationStyle:custom ;
如果只针对某一个则就在pages.json里对应的页面的style里面设置navigationStyle:custom ;
https://uniapp.dcloud.io/collocation/pages?id=style

如果取消所有的头部导航,则在pages.json里的globalStyle里面设置navigationStyle:custom ;
如果只针对某一个则就在pages.json里对应的页面的style里面设置navigationStyle:custom ;
https://uniapp.dcloud.io/collocation/pages?id=style
