ionic实现上拉加载更多(组件 ion-infinite-scroll使用,以及多次加载的问题)
开发过程中需要对展示内容实现上拉加载的更多效果,本来以为实现没有什么难度,ionic本身就提供了ion-infinite-scroll组件能够完成我们的开发需要。 先上代码 < ion -view view -title = "{{i18n.org_member_info_label}}" > < ion -content > < div ng -repeat = "item in table.trs" on -hold = "table.touch(item)" class = "item item-input-inset" ng -class -odd = "'oddRow'" ng -click = "showDetail(item)" > < p ng -bind = "item.realName" class = "input-label w25p" >< /p > < p ng -bind = "item.workType" >< /p > < i class = "icon ion-ios-arrow-right icon-pos-right" >< /i > < /div > < ion -infinite -scroll on -infinite = "table.query()" distance = "2%" ng -if = "table