(1)设置app.module.ts中的imports
在IonicModule.forRoot中加上tabsHideOnSubPages: 'true' 就行了
imports: [
BrowserModule,
HttpModule,
JsonpModule,
IonicModule.forRoot(MyApp,{
tabsHideOnSubPages: 'true' ,
})
],
(1)设置app.module.ts中的imports
在IonicModule.forRoot中加上tabsHideOnSubPages: 'true' 就行了
imports: [
BrowserModule,
HttpModule,
JsonpModule,
IonicModule.forRoot(MyApp,{
tabsHideOnSubPages: 'true' ,
})
],
本文标题:1.6 ionic3入门——隐藏二级界面的tabs
本文链接:https://www.haomeiwen.com/subject/fvednftx.html
网友评论