From d05513e8f6b8f363346c3a2dbc9afe7e2818a5e7 Mon Sep 17 00:00:00 2001 From: huxuejian Date: Thu, 28 May 2026 16:41:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=86=E4=BA=AB=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/home.vue | 2 +- pages/team/team-detail.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 6d74958..55e339b 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -132,7 +132,7 @@ onShareAppMessage((res) => { const customer = customers.value[0]; const referenceCustomerId = customer ? customer._id : ''; return { - title: team.value.name, + title: `【${team.value.name}】这个团队不错,推荐给你!`, type: shareAppVersion || 0, // 0 正式版本 | 1 开发版本 | 2 体验版本 path: `/pages/login/redirect-page?teamId=${team.value.teamId}&corpId=${team.value.corpId}&type=archive&referenceCustomerId=${referenceCustomerId}` } diff --git a/pages/team/team-detail.vue b/pages/team/team-detail.vue index 4cdabc9..31ffce7 100644 --- a/pages/team/team-detail.vue +++ b/pages/team/team-detail.vue @@ -135,7 +135,7 @@ onShareAppMessage((res) => { if (team.value && team.value.supportPatientForward === 'YES') { const referenceCustomerId = firstCustomerId.value || ''; return { - title: team.value.name, + title: `【${team.value.name}】这个团队不错,推荐给你!`, type: shareAppVersion || 0, // 0 正式版本 | 1 开发版本 | 2 体验版本 path: `/pages/login/redirect-page?teamId=${team.value.teamId}&corpId=${team.value.corpId}&type=archive&referenceCustomerId=${referenceCustomerId}` }