From c8feb58a46c8660385811cc5e9d827a248382e98 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Mon, 15 Jul 2024 18:05:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=9C=8D=EF=BC=9A=E9=87=8D=E6=9E=84?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E5=88=97=E8=A1=A8=E6=B8=B2=E6=9F=93=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E5=92=8C=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/components/messageList.vue | 62 ++++++++++++++++++++++----- 1 file changed, 52 insertions(+), 10 deletions(-) diff --git a/pages/chat/components/messageList.vue b/pages/chat/components/messageList.vue index 717c3ca..e560910 100644 --- a/pages/chat/components/messageList.vue +++ b/pages/chat/components/messageList.vue @@ -6,8 +6,9 @@ :scroll-y="true" :scroll-top="currentTop" @scroll="handleScroll" + @scrolltolower="handleScrolltolower" > - + @@ -109,23 +110,25 @@