.
This commit is contained in:
@@ -113,10 +113,12 @@
|
||||
this.libLIst = []
|
||||
this.page = 1
|
||||
this.totalPage = 0
|
||||
this.getLibList()
|
||||
uni.stopPullDownRefresh();
|
||||
},
|
||||
onReachBottom() {
|
||||
console.log('到底了')
|
||||
console.log('到底了',this.page+1 , this.totalPage)
|
||||
|
||||
if(this.page+1 <= this.totalPage){
|
||||
this.page++
|
||||
this.status = 0
|
||||
|
||||
Reference in New Issue
Block a user