ionic4 页面跳转传值和新页面取值
摘要:页面跳转 : <ion-row *ngFor="let item of aboutData.stockData" [routerLink]="[ '/stock-details']" /* 跳转页面*/ [queryParams]="item" /* 传的参数*/> 新页面取值: import {
阅读全文
ionic 股票列表 网络读取数据,实现下拉刷新,上拉加载
摘要:html: <ion-header> <ion-toolbar> <ion-title> 股票 </ion-title> </ion-toolbar> </ion-header> <ion-content> <ion-refresher slot="fixed" (ionRefresh)="doRe
阅读全文