Browse Source

首页添加朋友圈

zyh
xuwenbo 4 years ago
parent
commit
68a95dd172
  1. 7
      pages/home/index.vue

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

Loading…
Cancel
Save