|
@ -90,7 +90,7 @@ export default { |
|
|
wx.ready(function () { |
|
|
wx.ready(function () { |
|
|
wx.updateAppMessageShareData({ |
|
|
wx.updateAppMessageShareData({ |
|
|
title: 'e智社区', |
|
|
title: 'e智社区', |
|
|
desc: than.info.title, |
|
|
desc: than.info.activityName, |
|
|
link: `http://epmet-cloud.elinkservice.cn/#/activityDetail?id=${this.$route.query.id}`, |
|
|
link: `http://epmet-cloud.elinkservice.cn/#/activityDetail?id=${this.$route.query.id}`, |
|
|
imgUrl: '', |
|
|
imgUrl: '', |
|
|
success: function () { |
|
|
success: function () { |
|
@ -102,7 +102,7 @@ export default { |
|
|
} else { |
|
|
} else { |
|
|
wx.onMenuShareAppMessage({ |
|
|
wx.onMenuShareAppMessage({ |
|
|
title: 'e智社区', |
|
|
title: 'e智社区', |
|
|
desc: than.info.title, |
|
|
desc: than.info.activityName, |
|
|
link: `http://epmet-cloud.elinkservice.cn/#/activityDetail?id=${this.$route.query.id}}`, |
|
|
link: `http://epmet-cloud.elinkservice.cn/#/activityDetail?id=${this.$route.query.id}}`, |
|
|
imgUrl: '', |
|
|
imgUrl: '', |
|
|
success: function () { |
|
|
success: function () { |
|
|