会话存档

This commit is contained in:
liuye
2023-06-21 09:52:04 +08:00
parent f6b65e4cd6
commit 6662e8e423
3 changed files with 22 additions and 4 deletions

View File

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