瀏覽代碼

视频社区列表翻页

jwyu 2 年之前
父節點
當前提交
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){