Explorar o código

🎨 按要求修改分享文字

快乐的梦鱼 hai 14 horas
pai
achega
d6d41b5d38

+ 1 - 1
src/components/typography/U.vue

@@ -19,4 +19,4 @@ const props = withDefaults(defineProps<Partial<TextProps>>(), {
   underline: true,
   wrap: true,
 });
-</script>
+</script> 

+ 1 - 0
src/pages/home/village/introd/edit.vue

@@ -94,6 +94,7 @@ async function handleConfirm() {
       currentVillageImage.value
     );
 
+    uni.hideLoading();  
     await alert({
       title: '提示',
       content: '修改村社简介成功!',

+ 1 - 1
src/pages/index.vue

@@ -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',
     }