jwyu 2 лет назад
Родитель
Сommit
49c91c4f98
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      pages/video/videoList.vue

+ 5 - 0
pages/video/videoList.vue

@@ -148,6 +148,11 @@ export default {
             uni.stopPullDownRefresh()
         }, 1500)
     },
+    onReachBottom() {
+        if(this.finished) return
+        this.page++
+        this.getList()
+    },
     methods: {
         async init(options){
             if(options.scene){