This commit is contained in:
@fawn-nine
2023-09-27 18:38:32 +08:00
parent 7011af0c95
commit 20805ef922

View File

@@ -113,10 +113,12 @@
this.libLIst = [] this.libLIst = []
this.page = 1 this.page = 1
this.totalPage = 0 this.totalPage = 0
this.getLibList()
uni.stopPullDownRefresh(); uni.stopPullDownRefresh();
}, },
onReachBottom() { onReachBottom() {
console.log('到底了') console.log('到底了',this.page+1 , this.totalPage)
if(this.page+1 <= this.totalPage){ if(this.page+1 <= this.totalPage){
this.page++ this.page++
this.status = 0 this.status = 0