From 1f5f0699882fbb6a04df01208096790c39eca9e7 Mon Sep 17 00:00:00 2001 From: liuyuan <582976274@qq.com> Date: Tue, 12 Aug 2025 17:27:29 +0800 Subject: [PATCH] 11 --- App.vue | 2 +- pages/articleList/article.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/App.vue b/App.vue index 6c88f21a..d0e5f55e 100644 --- a/App.vue +++ b/App.vue @@ -8,7 +8,7 @@ import { h5Login } from "@/config/html5Utils"; // #ifdef APP-PLUS import updata from "@/uni_modules/uni-upgrade-center-app/utils/check-update"; // #endif - +Vue.prototype.$apkUrl = "https://a.app.qq.com/o/simple.jsp?pkgname=com.cn.taimed" // 应用宝 import Vue from "vue"; export default { data() { diff --git a/pages/articleList/article.vue b/pages/articleList/article.vue index 4f6014e9..54398fe9 100644 --- a/pages/articleList/article.vue +++ b/pages/articleList/article.vue @@ -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) {