From a190523c108356134e63ede034a8e6fc6e5fcd9f Mon Sep 17 00:00:00 2001 From: Gao xiaosong <704041637@qq.com> Date: Sun, 13 Sep 2020 02:22:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E5=A4=96=E7=9A=84=E7=9B=B4=E6=92=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index.vue | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/pages/home/index.vue b/pages/home/index.vue index e5cc571..5956cd8 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -42,7 +42,9 @@ + + @@ -232,20 +234,20 @@ }, 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, - imageUrl: this.miniHomeImg, - path: "pages/home/index?spread=" + uni.getStorageSync("uid") - } - }, + onShareTimeline: function () { + return { + title: this.miniHomeRemark, + imageUrl: this.miniHomeImg, + path: "pages/home/index?spread=" + uni.getStorageSync("uid") + } + }, + onShareAppMessage: function () { + return { + title: this.miniHomeRemark, + imageUrl: this.miniHomeImg, + path: "pages/home/index?spread=" + uni.getStorageSync("uid") + } + }, goRoll(item) { if (item.uniapp_url) { this.$yrouter.push(item.uniapp_url)