|
@@ -17,17 +17,21 @@
|
|
|
</div>
|
|
|
<div>
|
|
|
<!-- 首部导航栏部分开始 -->
|
|
|
- <ion-toolbar style="height: 40px;">
|
|
|
+ <ion-toolbar style="height: 40px;padding-left: 5px;">
|
|
|
<ion-tabs>
|
|
|
<ion-tab-bar slot="top">
|
|
|
<ion-tab-button tab="home">
|
|
|
<ion-label>首页</ion-label>
|
|
|
</ion-tab-button>
|
|
|
+ <ion-tab-button tab="psychology">
|
|
|
+ <ion-label>心理成长区</ion-label>
|
|
|
+ </ion-tab-button>
|
|
|
<ion-tab-button tab="course">
|
|
|
<ion-label>课程</ion-label>
|
|
|
</ion-tab-button>
|
|
|
- <ion-tab-button tab="test">
|
|
|
+ <ion-tab-button tab="test" class="rounded-rectangle" (click)="goToInterestTest()">
|
|
|
<ion-label>兴趣测试</ion-label>
|
|
|
+ <ion-ripple-effect></ion-ripple-effect>
|
|
|
</ion-tab-button>
|
|
|
<ion-tab-button tab="ebook">
|
|
|
<ion-label>电子书</ion-label>
|
|
@@ -108,7 +112,7 @@
|
|
|
最近在学
|
|
|
</div>
|
|
|
<div class="under_slide">
|
|
|
- <ion-label>查看全部</ion-label>
|
|
|
+ <ion-label (click)="goToViewAll()">查看全部</ion-label>
|
|
|
<ion-ripple-effect></ion-ripple-effect>
|
|
|
<ion-icon name="chevron-forward-outline"></ion-icon>
|
|
|
</div>
|