|
|
@ -97,20 +97,26 @@ export default { |
|
|
|
if (wx.updateAppMessageShareData) { |
|
|
|
wx.ready(function () { |
|
|
|
wx.updateAppMessageShareData({ |
|
|
|
title: 'e智社区', |
|
|
|
desc: than.info.activityName, |
|
|
|
title: than.info.activityName, |
|
|
|
desc: '', |
|
|
|
link: `https://epmet-preview.elinkservice.cn/epmet-wx-pa/#/activityDetail?id=${than.$route.query.id}&appId=${than.$store.state.app.appId}`, |
|
|
|
imgUrl: 'https://elink-esua-epdc.oss-cn-qingdao.aliyuncs.com/epmet/test/20240710/617f7fb327064d89892823b81b11cd70.png', |
|
|
|
imgUrl: than.info.coverPic || 'https://elink-esua-epdc.oss-cn-qingdao.aliyuncs.com/epmet/test/20240710/617f7fb327064d89892823b81b11cd70.png', |
|
|
|
success: function () {} |
|
|
|
}) |
|
|
|
wx.updateTimelineShareData({ |
|
|
|
title: than.info.activityName, |
|
|
|
desc: '', |
|
|
|
link: `https://epmet-preview.elinkservice.cn/epmet-wx-pa/#/activityDetail?id=${than.$route.query.id}&appId=${than.$store.state.app.appId}`, |
|
|
|
imgUrl: than.info.coverPic || 'https://elink-esua-epdc.oss-cn-qingdao.aliyuncs.com/epmet/test/20240710/617f7fb327064d89892823b81b11cd70.png', |
|
|
|
success: function () {} |
|
|
|
}) |
|
|
|
}); |
|
|
|
|
|
|
|
} else { |
|
|
|
wx.onMenuShareAppMessage({ |
|
|
|
title: 'e智社区', |
|
|
|
desc: than.info.activityName, |
|
|
|
title: than.info.activityName, |
|
|
|
desc: '', |
|
|
|
link: `https://epmet-preview.elinkservice.cn/epmet-wx-pa/#/activityDetail?id=${than.$route.query.id}&appId=${than.$store.state.app.appId}`, |
|
|
|
imgUrl: 'https://elink-esua-epdc.oss-cn-qingdao.aliyuncs.com/epmet/test/20240710/617f7fb327064d89892823b81b11cd70.png', |
|
|
|
imgUrl: than.info.coverPic || 'https://elink-esua-epdc.oss-cn-qingdao.aliyuncs.com/epmet/test/20240710/617f7fb327064d89892823b81b11cd70.png', |
|
|
|
success: function () {} |
|
|
|
}) |
|
|
|
} |
|
|
|