zhengkaixin 1 år sedan
förälder
incheckning
fb788579ae
1 ändrade filer med 6 tillägg och 0 borttagningar
  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) {