From 7a3a2d50daf59dd1b19bcd848b2fce843afa8bf4 Mon Sep 17 00:00:00 2001 From: qiuyuan Date: Mon, 28 Jul 2025 12:03:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=92=E5=8A=A9=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E8=AF=84=E8=AE=BA=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 4 +- pages/neighborDetail/index.vue | 702 ++++++++++++++++++--------------- 2 files changed, 383 insertions(+), 323 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 2683ef8..8656f72 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -87,7 +87,7 @@ + style="width: 76rpx;height: 76rpx; bottom: 32rpx;" > @@ -503,7 +503,7 @@ width: 90rpx; height: 90rpx; right: 24rpx; - bottom: 24rpx; + bottom: 20rpx; transition: all 0.3s ease; } diff --git a/pages/neighborDetail/index.vue b/pages/neighborDetail/index.vue index 8867a8b..631c108 100644 --- a/pages/neighborDetail/index.vue +++ b/pages/neighborDetail/index.vue @@ -55,8 +55,7 @@ - {{ foldedComments.includes(comment.id) ? '展开' : '折叠' }} - {{ getChildCount(comment) }}条回复 + {{ getChildCount(comment) }}条回复{{ foldedComments.includes(comment.id) ? '展开' : '折叠' }} @@ -84,234 +83,269 @@ - \ No newline at end of file