From 8bc9691b2cd73495a69907d89fcc06160ccfe6d7 Mon Sep 17 00:00:00 2001 From: yangzhe Date: Thu, 19 Mar 2026 14:20:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E4=B8=8A=E6=8B=89?= =?UTF-8?q?=E5=88=B7=E6=96=B0=E7=9A=84currentDMid=E6=A3=80=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/home/index/index.vue b/pages/home/index/index.vue index b8b4ab2..6b49928 100644 --- a/pages/home/index/index.vue +++ b/pages/home/index/index.vue @@ -1464,7 +1464,7 @@ export default { onScrollToUpper() { console.log("触发上拉刷新"); - if (!this.currentDMid) return; + // if (!this.currentDMid) return; if (this.isLiveAgentChat) return; // 如果已经没有更多数据或正在切换对话或当前对话为空(新建对话),不再触发上拉刷新