This commit is contained in:
@fawn-nine
2024-06-14 17:09:32 +08:00
parent 714bf5562f
commit ee2bc0c320
21 changed files with 292 additions and 75 deletions

View File

@@ -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++