From 8ce07854c23a942877888248d8ff91f9f407fd4b Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 24 Jul 2024 15:17:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/biaopin/AppDialogue/Record.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/project/biaopin/AppDialogue/Record.vue b/src/project/biaopin/AppDialogue/Record.vue index fd03813a..1e711b84 100644 --- a/src/project/biaopin/AppDialogue/Record.vue +++ b/src/project/biaopin/AppDialogue/Record.vue @@ -28,7 +28,6 @@ import {mapState} from "vuex"; export default { customNavigation: true, - enablePullDownRefresh: true, name: 'AppRecord', appName: 'Copilot小助理(记录)', data() { @@ -55,13 +54,6 @@ export default { mounted() { this.getHistoryList() }, - onPullDownRefresh() { - if(this.current > this.pages) { - return this.$u.toast('没有更多记录') - } - this.current = this.current + 1 - this.getHistoryList() - }, methods: { getHistoryList() { if(!this.user.token) {