NewbieList

列表组件

Version: 1.0.0

Props

Prop nameDescriptionTypeValuesDefault
url加载数据的 URLstring-""
extraData请求附带参数object-{}
height高度number-300
offset加载触发距离,滚动条与底部距离小于 offset 时触发 load 事件number-50
finishedText加完完毕提示文案string-"数据加载完毕"
autoLoad是否自动加载boolean-true
useStore是否使用 store
如果使用 store, 请确认 store 中定义了 pagination 和 initPagination 方法
object-() => null
listProps原生 Listopen in new window 参数object-{}

Last Updated:
Contributors: sinceow