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 b5300692799646e848556125bee72cd5187fecc1..f3cc7a32e6a8d491aefdd74e37afa513278f7cf6 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) => {