|
|
@ -232,6 +232,13 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
...mapActions(["getLocation"]), |
|
|
|
...mapActions(["getLocation"]), |
|
|
|
|
|
|
|
onShareTimeline: function() { |
|
|
|
|
|
|
|
return { |
|
|
|
|
|
|
|
title: this.miniHomeRemark, |
|
|
|
|
|
|
|
imageUrl: this.miniHomeImg, |
|
|
|
|
|
|
|
path: "pages/home/index?spread=" + uni.getStorageSync("uid") |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
onShareAppMessage: function() { |
|
|
|
onShareAppMessage: function() { |
|
|
|
return { |
|
|
|
return { |
|
|
|
title: this.miniHomeRemark, |
|
|
|
title: this.miniHomeRemark, |
|
|
|