From 08dc712c1f23a8d5979f30f182c6735e3311d488 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Mon, 28 Apr 2025 11:32:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E5=B8=96?= =?UTF-8?q?=E5=AD=90=E5=88=97=E8=A1=A8=E5=88=B7=E6=96=B0=E6=97=B6=E7=9A=84?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/common/PostTopic.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/common/PostTopic.vue b/src/pages/common/PostTopic.vue index b0b0dad9..4634693d 100644 --- a/src/pages/common/PostTopic.vue +++ b/src/pages/common/PostTopic.vue @@ -220,6 +220,7 @@ async function freshPostData(): Promise { if (showUser.value) showUser.value = false; if (postRaw.value.isLast) { showSnackbar.warn("已经到底了"); + isReq.value = false; return; } await showLoading.start(`正在刷新${topicInfo.value?.topic.name}帖子列表`);