|
|
@ -98,7 +98,7 @@ export default { |
|
|
|
wx.updateAppMessageShareData({ |
|
|
|
title: 'e智社区', |
|
|
|
desc: than.info.activityName, |
|
|
|
link: `http://epmet-cloud.elinkservice.cn/#/activityDetail?id=${this.$route.query.id}`, |
|
|
|
link: `http://epmet-cloud.elinkservice.cn/#/activityDetail?id=${than.$route.query.id}`, |
|
|
|
imgUrl: '', |
|
|
|
success: function () { |
|
|
|
console.log('分享成功'); |
|
|
@ -110,7 +110,7 @@ export default { |
|
|
|
wx.onMenuShareAppMessage({ |
|
|
|
title: 'e智社区', |
|
|
|
desc: than.info.activityName, |
|
|
|
link: `http://epmet-cloud.elinkservice.cn/#/activityDetail?id=${this.$route.query.id}}`, |
|
|
|
link: `http://epmet-cloud.elinkservice.cn/#/activityDetail?id=${than.$route.query.id}}`, |
|
|
|
imgUrl: '', |
|
|
|
success: function () { |
|
|
|
console.log('分享成功'); |
|
|
|