From 68a95dd172308b598906a36b1ce78a934cd3de2f Mon Sep 17 00:00:00 2001
From: xuwenbo <717567226@qq.com>
Date: Sat, 12 Sep 2020 20:23:09 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=B7=BB=E5=8A=A0=E6=9C=8B?=
 =?UTF-8?q?=E5=8F=8B=E5=9C=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 pages/home/index.vue | 7 +++++++
 1 file changed, 7 insertions(+)

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,