留言
This commit is contained in:
@@ -130,6 +130,14 @@
|
||||
}
|
||||
// console.log(this.scrollTop,'this.scrollTop')
|
||||
},
|
||||
onPullDownRefresh() {
|
||||
console.log('下拉刷新')
|
||||
this.status = 3
|
||||
this.page = 1
|
||||
this.courseList = []
|
||||
this.getData(this.subTabId)
|
||||
uni.stopPullDownRefresh()
|
||||
},
|
||||
onReachBottom() {
|
||||
if (this.status != 2) {
|
||||
this.page++
|
||||
|
||||
Reference in New Issue
Block a user