mint ui 上拉重新整理,下拉載入問題

2021-08-20 08:46:39 字數 2584 閱讀 3140

1.最外層包一層div,一定要有高度。

2.mt-loadmore ,該外掛程式會預設自動載入一次,在頁面首次載入的時候。

3.在載入成功後,並且是最後一頁時,要把allloaded 設定為false;如果不是最後一頁,要設為true。

大致**如下:
<

divclass="mint-loadmore-parent-ext">

<

mt-loadmore:top-method="loadtop":bottom-method="loadbottom":bottom-all-loaded="allloaded"ref="loadmore":auto-fill="false"toppulltexttoploadingtextbottompulltextbottomloadingtext@top-status-change="handletopchange">

<

divclass="hospitallist">

<

divclass="singlehospital clearfix"@click="hospitaldetails(item.orgid)"v-for="item in hospitaldata">

<

divclass="hospitalimg">

<

imgv-lazy="item.file_path">

div>

<

divclass="hospitalinfo">

<

pclass="hospitalname dot">}

p>

<

pclass="hospitaladdress dot">}

p>

<

pclass="hospitalposition">

<

spanclass="icon-position">

span>

<

span>}

span>

p>

div>

div>

div>

mt-loadmore>

div>

data() 

},

mounted() ,
methods: ,

loadbottom() ,

handletopchange(status) ,

// 獲取列表

gethospital(page) ;

varve =this;

$.ajax(,

success: res =>else

}else

},complete: ve =>

});},

}

下拉重新整理上拉載入

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...