1.切换卡片不点击默认不显示数据
<!--切换卡片-->
<div class="question"></div>
<ion-segment [(ngModel)]="button" >
<ion-segment-button value="overdue">
<span clas="iconSize">借阅排行</span>
</ion-segment-button>
<ion-segment-button value="resolve" >
<span clas="iconSize">阅读排行</span>
</ion-segment-button>
</ion-segment>
</div>
<!--卡片对应样式-->
<ion-list *ngSwitchCase="'overdue'" >
<ion-item class="Single-data" *ngFor="let item of peopleRecordList;let i = index;" >
<span class ="indexSport">{
{i+1}}</span>
<img class="userimg" style="width:40px