From 7e8151f0ac3f774fa0fdd07c5a619a83886c1102 Mon Sep 17 00:00:00 2001 From: Jafeng <2998840497@qq.com> Date: Thu, 5 Feb 2026 10:27:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/customer-archive.vue | 7 ++++--- pages/home/home.vue | 4 ++-- pages/home/team-head.vue | 10 +++++++++- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/pages/home/customer-archive.vue b/pages/home/customer-archive.vue index 5da5684..50355fc 100644 --- a/pages/home/customer-archive.vue +++ b/pages/home/customer-archive.vue @@ -4,7 +4,7 @@ 成员档案 - + 档案管理 @@ -23,7 +23,7 @@ {{ i.relationship }} - {{ i.name }} @@ -347,7 +347,8 @@ watch(() => props.corpId, n => { .info-title { color: #213E80; font-size: 32rpx; - font-weight: 500; + font-weight: 400; + line-height: 56rpx; } .info-subtitle { diff --git a/pages/home/home.vue b/pages/home/home.vue index ecd7106..ea16ddb 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -10,9 +10,9 @@ - + diff --git a/pages/home/team-head.vue b/pages/home/team-head.vue index 80fd753..feadd2f 100644 --- a/pages/home/team-head.vue +++ b/pages/home/team-head.vue @@ -2,7 +2,7 @@ - + @@ -101,6 +101,14 @@ function select(team) { showDropDown.value = false; } +function toTeamDetail() { + if (props.team && props.team.teamId) { + uni.navigateTo({ + url: `/pages/team/team-detail?teamId=${props.team.teamId}&corpId=${props.team.corpId}&corpName=${encodeURIComponent(props.team.corpName || '')}` + }); + } +} + watch( () => props.teams, (teams) => {