|
@@ -70,6 +70,20 @@
|
|
|
this.getList()
|
|
|
},
|
|
|
methods: {
|
|
|
+ onShareAppMessage: function () {
|
|
|
+ return {
|
|
|
+ title: '慕尼黑上海电子生产设备展',
|
|
|
+ path: '/pages/news/index',
|
|
|
+ imageUrl: 'https://oss.productronicachina.com.cn/resources/common/up/0000001002/20250221/67b829f60c212.png'
|
|
|
+ }
|
|
|
+ },
|
|
|
+ onShareTimeline() {
|
|
|
+ return {
|
|
|
+ title: '慕尼黑上海电子生产设备展',
|
|
|
+ path: '/pages/news/index',
|
|
|
+ imageUrl: 'https://oss.productronicachina.com.cn/resources/common/up/0000001002/20250221/67b829f60c212.png'
|
|
|
+ };
|
|
|
+ },
|
|
|
getList() {
|
|
|
if (this.tabActive === 'exhibitor') {
|
|
|
this.getExhibitorsNewsList()
|