From 9052a6f4da810a7470a7e3cfe843dc121ced37e3 Mon Sep 17 00:00:00 2001 From: cheng <545895878@qq.com> Date: Tue, 21 Jul 2026 22:48:35 +0800 Subject: [PATCH] =?UTF-8?q?refactor(components):=20=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E7=82=B9=E5=87=BB=E4=BA=8B=E4=BB=B6=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 EventCard、FeedCard、FriendItem 组件的点击事件从 'tap' 改为 'item-click' - 更新相关页面中的事件监听器以匹配新的事件名称 - 在聊天页面优化键盘处理逻辑,添加输入框失焦时的键盘保持功能 - 为圆圈页面添加导航防抖锁,防止页面重复打开 - 调整聊天输入框样式,增加10px缓冲避免与键盘贴合 --- components/EventCard.vue | 4 ++-- components/FeedCard.vue | 4 ++-- components/FriendItem.vue | 4 ++-- pages/chat/chat.vue | 28 +++++++++++++++++++++------- pages/circle/circle.vue | 10 +++++++--- 5 files changed, 34 insertions(+), 16 deletions(-) diff --git a/components/EventCard.vue b/components/EventCard.vue index ad92dc3..5a63155 100644 --- a/components/EventCard.vue +++ b/components/EventCard.vue @@ -1,5 +1,5 @@