问题
![2017-07-07 09.24.26.gif](https://img.haomeiwen.com/i1967364/25527e697dfc9030.gif?imageMogr2/auto-orient/strip =100x100)
下方tabs 没有隐藏!!!
处理方法
// app.module.ts
imports: [
BrowserModule,
IonicModule.forRoot(MyApp,{
+ tabsHideOnSubPages: true,
}),
],
网友评论