|
@@ -1,15 +1,40 @@
|
|
|
<ion-header [translucent]="true">
|
|
|
<ion-toolbar>
|
|
|
- <ion-title>
|
|
|
- Tab 4
|
|
|
- </ion-title>
|
|
|
+ <ion-title>我的</ion-title>
|
|
|
+ <ion-buttons slot="end">
|
|
|
+ <ion-button (click)="openFeedbackPage()">
|
|
|
+ <ion-icon name="chatbubble-ellipses-outline"></ion-icon>
|
|
|
+ </ion-button>
|
|
|
+ <ion-button (click)="openSettingsPage()">
|
|
|
+ <ion-icon name="settings-outline"></ion-icon>
|
|
|
+ </ion-button>
|
|
|
+ </ion-buttons>
|
|
|
</ion-toolbar>
|
|
|
</ion-header>
|
|
|
|
|
|
-<ion-content [fullscreen]="true">
|
|
|
- <ion-header collapse="condense">
|
|
|
- <ion-toolbar>
|
|
|
- <ion-title size="large">Tab4</ion-title>
|
|
|
- </ion-toolbar>
|
|
|
- </ion-header>
|
|
|
+<ion-content>
|
|
|
+ <ion-card>
|
|
|
+ <ion-card-content>
|
|
|
+ <ion-avatar>
|
|
|
+ <img src="https://ionicframework.com/docs/img/demos/avatar.svg" alt="User Avatar">
|
|
|
+ </ion-avatar>
|
|
|
+ <ion-label>登录/注册</ion-label>
|
|
|
+ </ion-card-content>
|
|
|
+ </ion-card>
|
|
|
+ <ion-segment scrollable>
|
|
|
+ <ion-segment-button value="followings">关注的人</ion-segment-button>
|
|
|
+ <ion-segment-button value="creators">创作者中心</ion-segment-button>
|
|
|
+ <ion-segment-button value="ai">AI焕新家</ion-segment-button>
|
|
|
+ <ion-segment-button value="diagnosis">户型诊断</ion-segment-button>
|
|
|
+ <ion-segment-button value="circles">我的圈子</ion-segment-button>
|
|
|
+ <ion-segment-button value="my-followings">我的关注</ion-segment-button>
|
|
|
+ <ion-segment-button value="my-orders">我的订单</ion-segment-button>
|
|
|
+ <ion-segment-button value="decor-assistant">装修助手</ion-segment-button>
|
|
|
+ <ion-segment-button value="apply-verification">申请认证</ion-segment-button>
|
|
|
+ </ion-segment>
|
|
|
+
|
|
|
+ <ion-button>发布</ion-button>
|
|
|
+ <ion-button>收藏</ion-button>
|
|
|
+ <ion-button>点赞</ion-button>
|
|
|
+ <ion-button>浏览</ion-button>
|
|
|
</ion-content>
|