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