From 55dfca0a74691b14a9d1d7af04620356adbed7b7 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 24 Jul 2024 15:16:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E9=A1=B5=E7=A6=81=E6=AD=A2?= =?UTF-8?q?=E4=B8=8B=E6=8B=89=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/baiduAI/AppRecord/AppRecord.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/project/baiduAI/AppRecord/AppRecord.vue b/src/project/baiduAI/AppRecord/AppRecord.vue index d4701df..e69ee6b 100644 --- a/src/project/baiduAI/AppRecord/AppRecord.vue +++ b/src/project/baiduAI/AppRecord/AppRecord.vue @@ -62,13 +62,6 @@ export default { this.current = 1 this.getHistoryList() }, - onPullDownRefresh() { - if(this.current > this.pages) { - return this.$u.toast('没有更多记录') - } - this.current = 1 - this.getHistoryList() - }, methods: { ...mapActions(['autoLogin']), getHistoryList() {