|
@@ -1,17 +1,22 @@
|
|
|
-<ion-header [translucent]="true">
|
|
|
+<ion-header>
|
|
|
<ion-toolbar>
|
|
|
- <ion-title>
|
|
|
- Tab 3
|
|
|
- </ion-title>
|
|
|
+ <ion-title>动态</ion-title>
|
|
|
</ion-toolbar>
|
|
|
</ion-header>
|
|
|
|
|
|
-<ion-content [fullscreen]="true">
|
|
|
- <ion-header collapse="condense">
|
|
|
- <ion-toolbar>
|
|
|
- <ion-title size="large">Tab 3</ion-title>
|
|
|
- </ion-toolbar>
|
|
|
- </ion-header>
|
|
|
-
|
|
|
- <app-explore-container name="Tab 3 page"></app-explore-container>
|
|
|
-</ion-content>
|
|
|
+<ion-content>
|
|
|
+ <ion-list>
|
|
|
+ <ion-item class="news" (click)="goToNews()">
|
|
|
+ <ion-label>新闻</ion-label>
|
|
|
+ </ion-item>
|
|
|
+ <ion-item class="interest" (click)="goToInterest()">
|
|
|
+ <ion-label>兴趣</ion-label>
|
|
|
+ </ion-item>
|
|
|
+ <ion-item class="friend-dynamic" (click)="goToFriendDynamic()">
|
|
|
+ <ion-label>朋友动态</ion-label>
|
|
|
+ </ion-item>
|
|
|
+ <ion-item class="shake" (click)="goToShake()">
|
|
|
+ <ion-label>摇一摇</ion-label>
|
|
|
+ </ion-item>
|
|
|
+ </ion-list>
|
|
|
+</ion-content>
|