This commit is contained in:
wanglei
2021-12-01 09:44:12 +08:00
parent 416b667067
commit 671cfb8a31

View File

@@ -65,10 +65,10 @@
] ]
} }
}, },
created() {
this.getList()
},
methods: { methods: {
emitShow(){
this.getList()
},
emitReachBottom(){ emitReachBottom(){
this.current = this.current + 1; this.current = this.current + 1;
this.getList() this.getList()