下拉刷新

This commit is contained in:
duan
2025-01-13 18:09:58 +08:00
parent 3fbd51a3f2
commit 6a6a746334

View File

@@ -86,7 +86,7 @@
list: [],
page: 1,
active: 1,
isShowMoneyPay: true,
isShowMoneyPay: false,
ruleShow: false,
rule_title: '',
rule_content: '',
@@ -125,6 +125,12 @@
});
},
onPullDownRefresh(){
this.getrecomVideo()
setTimeout(()=>{
uni.stopPullDownRefresh()
},1000)
},
onReachBottom() {
++this.page
this.getrecomVideo()