From b5dfedc862a9d61b10bcbd63d3a979fdc2ccd077 Mon Sep 17 00:00:00 2001 From: xiaji Date: Tue, 16 Jun 2026 10:49:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(feed):=20=E6=8F=90=E7=A4=BA=E6=9D=A1?= =?UTF-8?q?=E4=B8=A4=E4=B8=AA=E6=8C=89=E9=92=AE=E4=B9=9F=E5=8A=A0=20.stop?= =?UTF-8?q?=20=E5=8F=8C=E4=BF=9D=E9=99=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/Feed.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/Feed.vue b/frontend/src/views/Feed.vue index 6565569..339b4df 100644 --- a/frontend/src/views/Feed.vue +++ b/frontend/src/views/Feed.vue @@ -751,11 +751,11 @@ onMounted(async () => { round :loading="pendingCategory === p.category" :disabled="pendingCategory !== null" - @click="confirmMarkCategory(a.id, p.category)" + @click.stop="confirmMarkCategory(a.id, p.category)" > 全部已读 - + 稍后再说