From d5bfde238efdf904518c6b230029707e3d079dd6 Mon Sep 17 00:00:00 2001 From: linfeng <2445465217@qq.com> Date: Mon, 31 Jul 2023 10:13:06 +0800 Subject: [PATCH] update post/post.vue --- .../static/linfeng-community-uniapp-ky/pages/post/post.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/pages/post/post.vue b/src/main/resources/static/linfeng-community-uniapp-ky/pages/post/post.vue index a0ba72d..08983d9 100644 --- a/src/main/resources/static/linfeng-community-uniapp-ky/pages/post/post.vue +++ b/src/main/resources/static/linfeng-community-uniapp-ky/pages/post/post.vue @@ -221,7 +221,7 @@ imgURL = this.postDetail.media[0]; } return { - title: this.postDetail.content, + title: this.postDetail.title, path: '/pages/post/post?id=' + this.postId, imageUrl: imgURL }; @@ -229,7 +229,7 @@ onShareTimeline() { let imgURL = (imgURL = this.postDetail.media[0]); return { - title: this.postDetail.content, + title: this.postDetail.title, imageUrl: imgURL, query: 'id=' + this.postId };