下拉刷新

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