Browse Source

项目优化

yanj 1 month ago
parent
commit
45e9a52032
1 changed files with 14 additions and 0 deletions
  1. 14 0
      pages/news/index.vue

+ 14 - 0
pages/news/index.vue

@@ -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()