From b6ff60be56c232db36210db6a95867dbb2261635 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 24 Jul 2024 16:09:52 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/baiduAI/AppRecord/AppRecord.vue b/src/project/baiduAI/AppRecord/AppRecord.vue index 8e3d42e..d19c114 100644 --- a/src/project/baiduAI/AppRecord/AppRecord.vue +++ b/src/project/baiduAI/AppRecord/AppRecord.vue @@ -75,7 +75,7 @@ export default { item.isPlay = false } }) - this.messageList = this.current == 1 ? res.data.records : [...res.data.records, ...this.messageList] + this.messageList = this.current == 1 ? res.data.records : [...this.messageList, ...res.data.records] var idPage = res.data.records.length-1 this.$nextTick(() => { uni.pageScrollTo({