This commit is contained in:
liuyuan
2025-08-12 17:27:29 +08:00
parent a4d52c864b
commit 1f5f069988
2 changed files with 3 additions and 3 deletions

View File

@@ -449,7 +449,7 @@ export default {
scene: "WXSceneSession",
type: 0,
href: this.$apkUrl,
title: `【太湖云医】 ${this.articleInfo.title}`,
title: `我在【太湖云医】发布了文章 “ ${this.articleInfo.title}`,
// summary: `${this.productInfo.content}`,
imageUrl: image,
success: function (res) {
@@ -466,7 +466,7 @@ export default {
scene: "WXSceneTimeline",
type: 0,
href: this.$apkUrl,
title: `【太湖云医】 ${this.articleInfo.title}`,
title: `我在【太湖云医】发布了文章 “ ${this.articleInfo.title}`,
// summary: `${this.taskInfo.content}`,
imageUrl: image,
success: function (res) {