问题
![2017-07-07 09.24.26.gif](http://upload-images.jianshu.io/upload_images/1967364-25527e697dfc9030.gif?imageMogr2/auto-orient/strip =100x100)
下方tabs 没有隐藏!!!
处理方法
// app.module.ts
imports: [
BrowserModule,
IonicModule.forRoot(MyApp,{
+ tabsHideOnSubPages: true,
}),
],