11
This commit is contained in:
2
App.vue
2
App.vue
@@ -8,7 +8,7 @@ import { h5Login } from "@/config/html5Utils";
|
|||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
import updata from "@/uni_modules/uni-upgrade-center-app/utils/check-update";
|
import updata from "@/uni_modules/uni-upgrade-center-app/utils/check-update";
|
||||||
// #endif
|
// #endif
|
||||||
|
Vue.prototype.$apkUrl = "https://a.app.qq.com/o/simple.jsp?pkgname=com.cn.taimed" // 应用宝
|
||||||
import Vue from "vue";
|
import Vue from "vue";
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
|
|||||||
@@ -449,7 +449,7 @@ export default {
|
|||||||
scene: "WXSceneSession",
|
scene: "WXSceneSession",
|
||||||
type: 0,
|
type: 0,
|
||||||
href: this.$apkUrl,
|
href: this.$apkUrl,
|
||||||
title: `【太湖云医】 ${this.articleInfo.title}`,
|
title: `我在【太湖云医】发布了文章 “ ${this.articleInfo.title} ”`,
|
||||||
// summary: `${this.productInfo.content}`,
|
// summary: `${this.productInfo.content}`,
|
||||||
imageUrl: image,
|
imageUrl: image,
|
||||||
success: function (res) {
|
success: function (res) {
|
||||||
@@ -466,7 +466,7 @@ export default {
|
|||||||
scene: "WXSceneTimeline",
|
scene: "WXSceneTimeline",
|
||||||
type: 0,
|
type: 0,
|
||||||
href: this.$apkUrl,
|
href: this.$apkUrl,
|
||||||
title: `【太湖云医】 ${this.articleInfo.title}`,
|
title: `我在【太湖云医】发布了文章 “ ${this.articleInfo.title} ”`,
|
||||||
// summary: `${this.taskInfo.content}`,
|
// summary: `${this.taskInfo.content}`,
|
||||||
imageUrl: image,
|
imageUrl: image,
|
||||||
success: function (res) {
|
success: function (res) {
|
||||||
|
|||||||
Reference in New Issue
Block a user