From 75c15ef010be7a538945d0b846b3cf9bec28f332 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=BD=A6=E7=A5=96?= <605893810@qq.com> Date: Thu, 5 Mar 2026 17:15:47 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E9=A6=96=E9=A1=B5=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E5=88=86=E4=BA=AB=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/sort/sort.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pages/sort/sort.vue b/pages/sort/sort.vue index 3c902cb..0bd16e7 100644 --- a/pages/sort/sort.vue +++ b/pages/sort/sort.vue @@ -213,6 +213,20 @@ export default { .exec(); }); }, + // 分享给朋友 + onShareAppMessage() { + return { + title: 'TB聚合商城', // 分享标题 + path: '/pages/sort/sort' // 分享路径 + } + }, + // 分享到朋友圈 + onShareTimeline() { + return { + title: 'TB聚合商城', + query: '' + } + }, }, };