|
|
@@ -102,7 +102,7 @@ function getShareVillageInfo() {
|
|
|
if (villageStore.currentVillage) {
|
|
|
//分享村社信息
|
|
|
return {
|
|
|
- title: `邀请您加入${villageStore.currentVillage.name}村社`,
|
|
|
+ title: `同乡 ${authStore.userInfo?.nickname} 邀您回 ${villageStore.currentVillage.name} 村看看,心系故土,携手共建美好家乡`,
|
|
|
path: `/pages/index?villageId=${villageStore.currentVillage.id}&userId=${authStore.userInfo?.id || 0}`,
|
|
|
imageUrl: villageStore.currentVillage.image || 'https://mn.wenlvti.net/app_static/xiangyuan/images/index-post.jpg',
|
|
|
}
|