tab1.page.html 534 B

1234567891011121314151617181920
  1. <ion-header [translucent]="true">
  2. <ion-toolbar>
  3. <ion-title>
  4. 智韵云游————南昌
  5. </ion-title>
  6. </ion-toolbar>
  7. <ion-searchbar color="light" placeholder="Light" showCancelButton="focus" class="custom">
  8. </ion-searchbar>
  9. </ion-header>
  10. <ion-content [fullscreen]="true">
  11. <ion-header collapse="condense">
  12. <ion-toolbar>
  13. <ion-title size="large">Tab 1</ion-title>
  14. </ion-toolbar>
  15. </ion-header>
  16. <app-explore-container name="Tab 1 page" (click)="f()"></app-explore-container>
  17. </ion-content>