From f8ca3098f94adc74d564868ed31cb9e844cdfb2f Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Tue, 26 Aug 2025 15:42:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 2 +- pages/NEUIKit/components/Appellation.vue | 2 +- .../conversation-list/conversation-item.vue | 1 - root/NEUIKit/pages/Chat/index.vue | 3 +++ root/NEUIKit/pages/Chat/message/message-item.vue | 2 +- root/NEUIKit/pages/user-card/friend/index.vue | 23 +++++++++++++++++++--- 6 files changed, 26 insertions(+), 7 deletions(-) diff --git a/pages.json b/pages.json index f9d3dcb..4ad6e15 100644 --- a/pages.json +++ b/pages.json @@ -561,7 +561,7 @@ "backgroundColor": "#ededed", "backgroundColorTop": "#ededed", "backgroundColorBottom": "#ededed", - "navigationBarTitleText": "聊天" + "navigationBarTitleText": " " } }, // { diff --git a/pages/NEUIKit/components/Appellation.vue b/pages/NEUIKit/components/Appellation.vue index d6c905d..c5bf6b0 100644 --- a/pages/NEUIKit/components/Appellation.vue +++ b/pages/NEUIKit/components/Appellation.vue @@ -4,7 +4,7 @@ :style="{ color: color, fontSize: fontSize + 'px' }" > {{ appellation }} - {{ subtitle }} + {{ subtitle }} diff --git a/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue b/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue index 19ad718..38271c5 100644 --- a/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue +++ b/pages/NEUIKit/pages/Conversation/conversation-list/conversation-item.vue @@ -293,7 +293,6 @@ $cellHeight: 72px; position: relative; transition: transform 0.3s; background-color: #fff; - padding: 0 10px; &.show-action-list { transform: translateX(-200px); } diff --git a/root/NEUIKit/pages/Chat/index.vue b/root/NEUIKit/pages/Chat/index.vue index 66e2571..c04e2a1 100644 --- a/root/NEUIKit/pages/Chat/index.vue +++ b/root/NEUIKit/pages/Chat/index.vue @@ -426,6 +426,9 @@ const setNavTitle = () => { const subTitle = `(${team?.memberCount || 0})` title.value = (team?.name || '') + subTitle } + uni.setNavigationBarTitle({ + title: title.value, + }); } onShow(function () { diff --git a/root/NEUIKit/pages/Chat/message/message-item.vue b/root/NEUIKit/pages/Chat/message/message-item.vue index d4f71d9..70b0a7d 100644 --- a/root/NEUIKit/pages/Chat/message/message-item.vue +++ b/root/NEUIKit/pages/Chat/message/message-item.vue @@ -115,7 +115,7 @@ " :goto-user-card="true" />
- {{ appellation }} {{ subtitle }} + {{ appellation }} {{ subtitle }}
diff --git a/root/NEUIKit/pages/user-card/friend/index.vue b/root/NEUIKit/pages/user-card/friend/index.vue index 6597da2..a4cad5d 100644 --- a/root/NEUIKit/pages/user-card/friend/index.vue +++ b/root/NEUIKit/pages/user-card/friend/index.vue @@ -8,11 +8,17 @@
{{ t("addBlacklist") }}
+
+
{{ "客服手机号" }}
+
+
{{ userInfo.tel || '-' }}
+
+
-
+