From fa74319438558647cbdfa81176b86d77ae3489be Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 24 Jul 2024 16:48:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/baiduAI/AppRecord/AppRecord.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/project/baiduAI/AppRecord/AppRecord.vue b/src/project/baiduAI/AppRecord/AppRecord.vue index d19c114..9953d74 100644 --- a/src/project/baiduAI/AppRecord/AppRecord.vue +++ b/src/project/baiduAI/AppRecord/AppRecord.vue @@ -58,7 +58,6 @@ export default { ...mapState(['user', 'token']), }, onShow() { - this.current = 1 this.getHistoryList() }, methods: { @@ -118,6 +117,10 @@ export default { }) } }, + onReachBottom() { + this.current++ + this.getHistoryList() + }, }