|
@@ -1,56 +1,18 @@
|
|
|
-<ion-header>
|
|
|
+<ion-header [translucent]="true">
|
|
|
<ion-toolbar>
|
|
|
- <ion-buttons slot="start">
|
|
|
- <ion-button routerLink="/lesson/me" fill="clear" color="dark">
|
|
|
- <ion-icon name="chevron-back-outline" size="small"></ion-icon>返回</ion-button>
|
|
|
- </ion-buttons>
|
|
|
- <ion-buttons slot="end">
|
|
|
- <ion-button fill="clear" color="dark">
|
|
|
- <ion-icon name="person-add-outline"></ion-icon>
|
|
|
- </ion-button>
|
|
|
-
|
|
|
- </ion-buttons>
|
|
|
+ <ion-title>
|
|
|
+通讯录
|
|
|
+ </ion-title>
|
|
|
</ion-toolbar>
|
|
|
-</ion-header>
|
|
|
-<ion-content color="light">
|
|
|
- <ion-list [inset]="true">
|
|
|
- <ion-item-group>
|
|
|
- <ion-item-divider>
|
|
|
- <ion-icon name="people"></ion-icon>
|
|
|
- <ion-label>关注列表:</ion-label>
|
|
|
- </ion-item-divider>
|
|
|
- <ng-container>
|
|
|
- <ion-item button detail="false" lines="full">
|
|
|
- <ion-avatar slot="start">
|
|
|
- <img alt="头像" src="https://ionicframework.com/docs/img/demos/avatar.svg" />
|
|
|
- </ion-avatar>
|
|
|
- <ion-label>
|
|
|
- <p>昵称</p>
|
|
|
- <ion-badge slot="start">标签</ion-badge>
|
|
|
- </ion-label>
|
|
|
- <ion-buttons slot="end">
|
|
|
- <ion-button fill="clear" color="dark">
|
|
|
- <ion-icon name="chatbox-ellipses-outline"></ion-icon>
|
|
|
- 发消息
|
|
|
- </ion-button>
|
|
|
- </ion-buttons>
|
|
|
- </ion-item>
|
|
|
- </ng-container>
|
|
|
- <ion-item button detail="false" lines="full">
|
|
|
- <ion-avatar slot="start">
|
|
|
- <img alt="头像" src="https://ionicframework.com/docs/img/demos/avatar.svg" />
|
|
|
- </ion-avatar>
|
|
|
- <ion-label>
|
|
|
- <p>昵称</p>
|
|
|
- <ion-badge slot="start">标签</ion-badge>
|
|
|
- </ion-label>
|
|
|
- <ion-buttons slot="end">
|
|
|
- <ion-button fill="clear" color="dark">
|
|
|
- <ion-icon name="chatbox-ellipses-outline"></ion-icon>
|
|
|
- 发消息
|
|
|
- </ion-button>
|
|
|
- </ion-buttons>
|
|
|
- </ion-item>
|
|
|
- </ion-item-group>
|
|
|
- </ion-list>
|
|
|
-</ion-content>
|
|
|
+ </ion-header>
|
|
|
+
|
|
|
+ <ion-content [fullscreen]="true">
|
|
|
+ <ion-header>
|
|
|
+ <ion-toolbar>
|
|
|
+ <ion-title size="large">User-follow</ion-title>
|
|
|
+ </ion-toolbar>
|
|
|
+ </ion-header>
|
|
|
+
|
|
|
+ <app-explore-container name="User-follow page"></app-explore-container>
|
|
|
+ </ion-content>
|
|
|
+
|