首页添加朋友圈

This commit is contained in:
xuwenbo
2020-09-12 20:23:09 +08:00
parent c1591e97b4
commit 68a95dd172

View File

@ -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,