From 2f990b7f7f763af6334c46e1a23656da69fd7ba5 Mon Sep 17 00:00:00 2001 From: DCloud_MQ Date: Wed, 8 May 2024 14:56:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=20=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=BB=9A=E5=8A=A8=E5=88=B0=E5=BA=95=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E8=87=AA=E5=8A=A8=E9=9A=90=E8=97=8F=E2=80=9C=E6=9C=89?= =?UTF-8?q?=E6=96=B0=E6=B6=88=E6=81=AF=E2=80=9D=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/uni-im-msg-list/uni-im-msg-list.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/uni-im-msg-list/uni-im-msg-list.vue b/components/uni-im-msg-list/uni-im-msg-list.vue index b530069..f3cc7a3 100644 --- a/components/uni-im-msg-list/uni-im-msg-list.vue +++ b/components/uni-im-msg-list/uni-im-msg-list.vue @@ -372,6 +372,7 @@ }, async onScrollToLower() { this.scrollTracker.reachBottom() + this.hasNewMsg = false }, async canHoldScrollDo(fn){ return new Promise((resolve) => { -- GitLab