下拉刷新
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user