Browse Source

前端分页bug

bayi 2 năm trước cách đây
mục cha
commit
24d95ffd4f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      pages/works/index.js

+ 3 - 0
pages/works/index.js

@@ -100,6 +100,9 @@ Page({
     })
     this.storeBindings.updateStoreBindings()
   },
+  onReachBottom() {
+    this.loadMore()
+  },
   onUnload() {
     this.storeBindings.destroyStoreBindings()
   },