diff --git a/pages/index/index2.vue b/pages/index/index2.vue index 7a1c267..dbe4afd 100644 --- a/pages/index/index2.vue +++ b/pages/index/index2.vue @@ -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()