.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user