This commit is contained in:
花有清香月有阴
2022-01-13 11:49:28 +08:00
parent f655dbb5b9
commit bd2b306d0e

View File

@@ -183,6 +183,10 @@ export default {
this.getList() this.getList()
}, },
}, },
onReachBottom() {
this.current++
this.getList()
},
} }
</script> </script>