From 74e42671bc22849f44d95dc13295e135157947e8 Mon Sep 17 00:00:00 2001 From: lik Date: Thu, 4 Jun 2026 22:47:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BA=86=E6=9C=8B=E5=8F=8B?= =?UTF-8?q?=E5=9C=88=E5=88=86=E4=BA=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/pages/home/index.js b/pages/home/index.js index 5b02d50..8215bcc 100644 --- a/pages/home/index.js +++ b/pages/home/index.js @@ -18,6 +18,19 @@ Page({ ] }, + onShareAppMessage() { + return { + title: '暖橙陪诊', // 转发标题 + path: '/pages/home/index', + } + }, + + onShareTimeline: function () { + return { + title: '暖橙陪诊', + } +}, + async onLoad() { },