小程序触底刷新下一页
useReachBottom
监听用户上拉触底事件。等同于 onReachBottom
页面生命周期钩子。
onReachBottom() {
if (this.theListCurrentPage < this.theListPagination.lastPage) {
this.theListCurrentPage++
this.onGetList()
}
},
监听用户上拉触底事件。等同于 onReachBottom
页面生命周期钩子。
onReachBottom() {
if (this.theListCurrentPage < this.theListPagination.lastPage) {
this.theListCurrentPage++
this.onGetList()
}
},