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}` }