fix: 分享调整
This commit is contained in:
parent
cd9d88f882
commit
d05513e8f6
@ -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}`
|
||||
}
|
||||
|
||||
@ -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}`
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user