@@ -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) {