vue實現分頁 上拉載入下拉重新整理 元件版

2022-07-22 13:09:24 字數 442 閱讀 9378

記錄完了未封裝元件的,這個就拆分一下了,用的時候也比較方便。

components/loadmore.vue

if="aspect==2">

if="state==6">下拉重新整理

if="state==2">鬆開重新整理

if="state==1">

重新整理中

if="state==3">

重新整理完成

if="state==4">

載入中if="state==5">

載入完成

if="state==7" class="no-more-data" v-show="nomorestate">沒有更多了,我是有底線的

使用

23213123123131321

也是需要整個loading圖,然後直接用就可以了

下拉重新整理上拉載入

implements ixlistviewlistener 在oncreat裡面寫的 下拉重新整理是否啟用 xlistview.setpullrefreshenable true 載入更多是否啟用 xlistview.setpullloadenable true xlistview重新整理和載入更多...

下拉重新整理上拉載入

下拉載入上拉重新整理 需求 看看包是否有錯 然後在布局中把listview 改為 xlistview檔名 在activity找到控制項 xlistview xlistview view.findviewbyid r.id.xlistview xlistview setpullloadenable t...

上拉載入 下拉重新整理

自動配置 pod afnetworking pod mjrefresh pod svprogresshud pod sdwebimage 首先 vc.h 中 property nonatomic assign int page 當前頁 vc.m property nonatomic strong n...