From d7a95ea1b1e4cc7a7b7a0d8c66415b4ce9eec300 Mon Sep 17 00:00:00 2001 From: wangdongbo <949818794@qq.com> Date: Tue, 10 Feb 2026 17:01:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E4=B8=8A=E6=BB=91=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/message/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/message/index.vue b/pages/message/index.vue index 35862c9..c8297fa 100644 --- a/pages/message/index.vue +++ b/pages/message/index.vue @@ -761,7 +761,6 @@ const onScroll = throttle((e) => { // 处理上滑加载更多 const handleScrollToUpper = async () => { console.log("【handleScrollToUpper】触发上滑事件,准备加载更多"); - return; console.log( " 当前状态: isLoadingMore=", isLoadingMore.value,