diff --git a/pages/home/index.vue b/pages/home/index.vue index 0c120f7..e5cc571 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -232,6 +232,13 @@ }, methods: { ...mapActions(["getLocation"]), + onShareTimeline: function() { + return { + title: this.miniHomeRemark, + imageUrl: this.miniHomeImg, + path: "pages/home/index?spread=" + uni.getStorageSync("uid") + } + }, onShareAppMessage: function() { return { title: this.miniHomeRemark,