zhengkaixin 1 年之前
父節點
當前提交
fb788579ae
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      pages/packages/mine/myJobInformation/myRegistration.vue

+ 6 - 0
pages/packages/mine/myJobInformation/myRegistration.vue

@@ -86,6 +86,12 @@
 				this.current = op.c
 			}
 			this.getList();
+		},
+		onReachBottom() {
+			var obj = this.list[this.current]
+			if (obj.list.length < obj.recordsTotal) {
+				this.myLoadmore();
+			}
 		},
 		methods: {
 			ckInfo(item,item2) {