From d8b90f97d110aed79b35d385dbc0eeb481ef4eab Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 21 Feb 2022 16:37:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AF=9D=E5=88=97=E8=A1=A8=EF=BC=8C?= =?UTF-8?q?=E9=95=BF=E6=8C=89=E9=80=89=E4=B8=AD=E7=9A=84=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 +-- pages/im/components/conversationList.vue | 7 +++++-- pages/im/components/messageCell.vue | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/pages.json b/pages.json index dc0df46..a5b52d1 100644 --- a/pages.json +++ b/pages.json @@ -373,7 +373,6 @@ { "path": "pages/im/private/chat", "style": { - "navigationBarBackgroundColor":"#FFFFFF" } }, { @@ -452,7 +451,7 @@ { "path": "pages/im/group/chat", "name": "imGroupChat", - "style": { + "style": { "navigationBarTitleText": "群聊", "app-plus": { "titleNView": { diff --git a/pages/im/components/conversationList.vue b/pages/im/components/conversationList.vue index bf3cab8..4858aa6 100644 --- a/pages/im/components/conversationList.vue +++ b/pages/im/components/conversationList.vue @@ -1,10 +1,9 @@