1234567891011121314151617 |
- <ion-header [translucent]="true">
- <ion-toolbar>
- <ion-title>
- 个人
- </ion-title>
- </ion-toolbar>
- </ion-header>
- <ion-content [fullscreen]="true">
- <ion-header collapse="condense">
- <ion-toolbar>
- <ion-title size="large">个人</ion-title>
- </ion-toolbar>
- </ion-header>
- <app-explore-container name="Tab 3 page"></app-explore-container>
- </ion-content>
|